An error occurred fetching the project authors.
- 18 May, 2006 1 commit
-
-
anozdrin@mysql.com authored
- WL#3158: IM: Instance configuration extensions; - WL#3159: IM: --bootstrap and --start-default-instance modes The following new statements have been added: - CREATE INSTANCE; - DROP INSTANCE; The behaviour of the following statements have been changed: - SET; - UNSET; - FLUSH INSTANCES; - SHOW INSTANCES; - SHOW INSTANCE OPTIONS;
-
- 03 Jan, 2006 1 commit
-
-
serg@serg.mylan authored
-
- 18 Jul, 2005 1 commit
-
-
monty@mishka.local authored
Changed defaults option --instance to --defaults-group-suffix Changed option handling to allow --defaults-file, --defaults-extra-file and --defaults-group-suffix to be given in any order Changed MYSQL_INSTANCE to MYSQL_GROUP_SUFFIX mysql_print_defaults now understands --defaults-group-suffix Remove usage of my_tempnam() (not safe function) if( -> if ( and while( to while (
-
- 29 Jun, 2005 1 commit
-
-
petr@mysql.com authored
-
- 28 Jun, 2005 1 commit
-
-
petr@mysql.com authored
-
- 23 Jun, 2005 1 commit
-
-
petr@mysql.com authored
-
- 22 Jun, 2005 1 commit
-
-
petr@mysql.com authored
-
- 13 Jun, 2005 1 commit
-
-
georg@lmy002.wdf.sap.corp authored
-
- 09 Jun, 2005 1 commit
-
-
- Removed unneccessary variables. - Made a function of that part of code, which actually changes the line under modifications. - Fixed memory overrun problem with my_malloc. Too little space was reserved. - Fixed problem in case, when new option was added at the end of the section. Before, it was added as the last line of the section, even if it left empty lines between. - Fixed so that the configuration file is not saved unneccessarily, if no modifications are done. (file timestamp remains) - This should fix (at least partially) problems described in Bug#10806
-
- 21 May, 2005 1 commit
-
-
kent@mysql.com authored
Use MY_STAT to declare argument to my_fstat() des_key_file.cc: Use local seach path for "mysql_priv.h" mysys.dsp, libmysqld.dsp, libmysql.dsp: New file needed, "../mysys/default_modify.c"
-
- 19 May, 2005 1 commit
-
-
konstantin@mysql.com authored
This fixes a compilation failure in mysql_com.h, which doesn't have 'uint' alias visibile. Maybe worth while changing to unsigned int, but the rest of functions that work with defaults files return int.
-
- 18 May, 2005 1 commit
-
-
Changed name of function my_correct_default_file to modify_defaults_file. Improved function and fixed some bugs in it.
-