1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fixed setup scripts to use mysqlmanager instead of mysqld_safe

This commit is contained in:
petr@mysql.com
2005-02-05 10:15:34 +03:00
parent 63acf2a8be
commit 321c53d9d8
5 changed files with 42 additions and 44 deletions

View File

@ -225,6 +225,9 @@ int Instance_options::add_option(const char* option)
}
}
/* if we haven't returned earlier we should just save the option */
insert_dynamic(&options_array,(gptr) &tmp);
return 0;
err: