X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fcats%2Fmake_mysql_tables.in;h=71b4fff695213a36a76e9a6c210b47ee8a86948d;hb=c9657772721a3782558c4eb8b99978c7873b45fd;hp=d0f7f3108d52d3502852c35a3bf4dc11542ca92f;hpb=7313af1d71e8bc6c95792526d437973369ab5a35;p=bacula%2Fbacula diff --git a/bacula/src/cats/make_mysql_tables.in b/bacula/src/cats/make_mysql_tables.in index d0f7f3108d..71b4fff695 100644 --- a/bacula/src/cats/make_mysql_tables.in +++ b/bacula/src/cats/make_mysql_tables.in @@ -2,10 +2,16 @@ # # shell script to create Bacula MySQL tables # +# Important note: +# You won't get any support for performance issue if you changed the default +# schema. + bindir=@SQL_BINDIR@ +PATH="$bindir:$PATH" +db_name=${db_name:-@db_name@} -if $bindir/mysql $* -f <