]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/create_bacula_database.in
Eliminate bsd_queue conflict with winnt.h
[bacula/bacula] / bacula / src / cats / create_bacula_database.in
index 468e9c7a0d16b71881b1598f92dda14b0f2b0519..27e2efa46ade77aa6ad1529cfc9aaf3fcc03f2b2 100644 (file)
@@ -9,7 +9,7 @@ if test xsqlite = x@DB_NAME@ ; then
 else
   if test xmysql = x@DB_NAME@ ; then
     echo "Creating MySQL database"
-    @scriptdir@/create_mysql_database
+    @scriptdir@/create_mysql_database $*
   else
     echo "Creating PostgreSQL database"
     @scriptdir@/create_postgresql_database