X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fcats%2Fmake_mysql_tables.in;h=71b4fff695213a36a76e9a6c210b47ee8a86948d;hb=c9657772721a3782558c4eb8b99978c7873b45fd;hp=8ce92132c07862e0716d5e6ca2b5abccff1f9a50;hpb=c2d212a329778e22987d38efb820e162141b5f27;p=bacula%2Fbacula diff --git a/bacula/src/cats/make_mysql_tables.in b/bacula/src/cats/make_mysql_tables.in index 8ce92132c0..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 <