X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fcats%2Fmake_mysql_tables.in;h=71b4fff695213a36a76e9a6c210b47ee8a86948d;hb=c9657772721a3782558c4eb8b99978c7873b45fd;hp=56f49f8d166348a19cc0bdf25e440616b6d14cf8;hpb=c8e471ea0b5e2c82c6f3903e5b58fc6e2e05dd7a;p=bacula%2Fbacula diff --git a/bacula/src/cats/make_mysql_tables.in b/bacula/src/cats/make_mysql_tables.in index 56f49f8d16..71b4fff695 100644 --- a/bacula/src/cats/make_mysql_tables.in +++ b/bacula/src/cats/make_mysql_tables.in @@ -2,10 +2,15 @@ # # 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 <