- 02 Jul, 2008 1 commit
-
-
Timothy Smith authored
-
- 25 Jun, 2008 1 commit
-
-
Timothy Smith authored
Normalize directory names before adding them to default_directories.
-
- 16 Nov, 2007 1 commit
-
-
tsmith@ramayana.hindu.god authored
-
- 10 Nov, 2007 1 commit
-
-
tsmith@ramayana.hindu.god authored
-
- 07 Nov, 2007 1 commit
-
-
tsmith@ramayana.hindu.god authored
A user could not override system-wide settings in their ~/.my.cnf, because the DEFAULT_SYSCONFDIR was being searched last. Also, in some configurations (especially when the --sysconfdir compile-time option is set to /etc or /etc/mysql), the system-wide my.cnf file was read multiple times, causing confusion and potential problems. Rearrange default directories to conform to the manual and logic. Move --sysconfdir=<path> (DEFAULT_SYSCONFDIR) from the last default directory to the middle of the list. $HOME/.my.cnf should be last, so the user is able to override the system-wide settings. Change init_default_directories() to remove duplicates from the list.
-
- 27 Apr, 2007 1 commit
-
-
tsmith@quadxeon.mysql.com authored
Recognize the --no-defaults, --defaults-file and --defaults-extra-file options. Treat old --config-file argument as if --defaults-extra-file had been specified instead. Plus a few other defaults-related cleanups.
-
- 22 Mar, 2007 1 commit
-
-
jani@ua141d10.elisa.omakaista.fi authored
-
- 30 Jan, 2007 1 commit
-
-
jani@ua141d10.elisa.omakaista.fi authored
Move get_thread_lib to mysys/my_pthread.c Set 'thr_client_alarm' to signal number used by thr_alarm to give alarms
-
- 26 Jan, 2007 2 commits
-
-
mtaylor@qualinost.(none) authored
-
mtaylor@qualinost.(none) authored
-
- 25 Jan, 2007 1 commit
-
-
jani@ua141d10.elisa.omakaista.fi authored
Move get_thread_lib to mysys/my_pthread.c Set 'thr_client_alarm' to signal number used by thr_alarm to give alarms
-
- 23 Dec, 2006 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Changed header to GPL version 2 only
-
- 15 Dec, 2006 2 commits
-
-
mtaylor@qualinost.(none) authored
bug #25104
-
mtaylor@qualinost.(none) authored
bug #25104
-
- 14 Dec, 2006 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
- Removed not used variables and functions - Added #ifdef around code that is not used - Renamed variables and functions to avoid conflicts - Removed some not used arguments Fixed some class/struct warnings in ndb Added define IS_LONGDATA() to simplify code in libmysql.c I did run gcov on the changes and added 'purecov' comments on almost all lines that was not just variable name changes
-
- 20 Nov, 2006 1 commit
-
-
monty@mysql.com/nosik.monty.fi authored
(Mostly in DBUG_PRINT() and unused arguments) Fixed bug in query cache when used with traceing (--with-debug) Fixed memory leak in mysqldump Removed warnings from mysqltest scripts (replaced -- with #)
-
- 11 May, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- Check that length of value is longer than 1 before decrementing length by 2. - Backport from 5.0, make it possible to use my_print_defaults in tests
-
- 10 Apr, 2006 1 commit
-
-
msvensson@shellback.(none) authored
- Grab the path from "configure --sysconfdir=<path>" and set it as the first place to look for my.cnf files Do this both in Makefiles for libmysql and mysys - Patch provided by Francesco Riosa. Thank you!
-
- 30 Sep, 2005 1 commit
-
-
jonas@perch.ndb.mysql.com authored
analog with defaults_extra_file and defaults_grouop_suffix
-
- 20 Sep, 2005 1 commit
-
-
- 09 Sep, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 29 Jul, 2005 1 commit
-
-
monty@mysql.com authored
Before the fix in ~Prepared_statments we got a memory leak when executing mysql_client_test.test Note that test 'variables.test' fails. This will be fixed when Jimw pushes the fix for Bug 10351
-
- 28 Jul, 2005 1 commit
-
-
monty@mysql.com authored
Ensure mysql_close() is called if mysql_set_character_set() fails
-
- 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 (
-
- 06 Jul, 2005 1 commit
-
-
jimw@mysql.com authored
the new installer and GUI tools expect. (Bug #10419) Also, dynamically bind to GetSystemWindowsDirectory() so that it works on all platforms. (Bug #5354)
-
- 13 Jun, 2005 1 commit
-
-
georg@lmy002.wdf.sap.corp authored
-
- 07 Jun, 2005 1 commit
-
-
joreland@mysql.com authored
which enables having multiple mysqld in same my.cnf without mysql_multi or IM
-
- 06 Jun, 2005 1 commit
-
-
reggie@monster. authored
-
- 18 May, 2005 3 commits
-
-
Changed name of function my_correct_default_file to modify_defaults_file. Improved function and fixed some bugs in it.
-
petr@mysql.com authored
-
kent@mysql.com authored
Disabled use of GetSystemWindowsDirectory() when compiled with VC6 mysql.cc: Removed unused variable 'field' from print_warnings() libmysql.dsp: Added "my_chsize.c" and "my_seek.c" mysqlclient.dsp: Added "my_chsize.c"
-
- 16 May, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 15 May, 2005 1 commit
-
-
petr@mysql.com authored
-
- 12 May, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 06 May, 2005 1 commit
-
-
ramil@ram-book.(none) authored
-
- 04 May, 2005 1 commit
-
-
petr@mysql.com authored
-
- 29 Apr, 2005 1 commit
-
-
monty@mysql.com authored
Produce warnings of wrong cast of strings to signed/unsigned. Don't block not resolved IP's if DNS server is down (Bug #8467) Fix compiler problems with MinGW (Bug #8872)
-
- 28 Apr, 2005 1 commit
-
-
jimw@mysql.com authored
add handling of configuration file in the Windows shared system directory. (Bug #5354)
-
- 26 Apr, 2005 1 commit
-
-
monty@mysql.com authored
-
- 13 Apr, 2005 1 commit
-
-
petr@mysql.com authored
-