summaryrefslogtreecommitdiff
path: root/mysys/default.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #38180 options are read from ~/my.cnf instead of ~/.my.cnfTimothy Smith2008-07-161-2/+1
* fixed a compilation warning on windows 64.Georgi Kodinov2008-07-091-1/+1
* Fix "C++ code in C file" syntax error in mysys/default.cTimothy Smith2008-07-021-1/+3
* Bug #20748: Configuration files should not be read more than onceTimothy Smith2008-06-241-155/+129
* Eliminate 'unused variable' warnings when compiling non-debug buildtsmith@ramayana.hindu.god2007-11-161-3/+12
* Fix Windows build problems.tsmith@ramayana.hindu.god2007-11-091-7/+7
* Bug #20748: Configuration files should not be read more than oncetsmith@ramayana.hindu.god2007-11-071-63/+129
* Bug #27390: mysqld_multi --config-file= not working as documentedtsmith@quadxeon.mysql.com2007-04-281-1/+1
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-02-211-19/+19
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-01-221-19/+19
| |\
| | * Fixed compiler warnings detected by option -Wshadow and -Wunused:monty@mysql.com/narttu.mysql.fi2006-12-151-19/+19
* | | Reverting change adding /etc/mysql support, as it breaks some installs.mtaylor@qualinost.(none)2007-01-261-6/+4
|/ /
* | Merge siva.hindu.god:/usr/home/tim/m/bk/g50tsmith/tim@siva.hindu.god2006-12-261-2/+1
|\ \
| * | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| |/
* | Added /etc/mysql to my.cnf search path after /etc. mtaylor@qualinost.(none)2006-12-151-4/+6
|/
* Remove compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-201-3/+3
* Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1msvensson@neptunus.(none)2006-05-291-1/+3
|\
| * Bug#15328 Segmentation fault occured if my.cnf is invalid for escape sequencemsvensson@neptunus.(none)2006-05-111-1/+3
* | Bug#15069 [patch] my_print_defaults does'nt care --sysconfdirmsvensson@shellback.(none)2006-04-101-1/+9
* | Merge perch.ndb.mysql.com:/home/jonas/src/mysql-5.0jonas@perch.ndb.mysql.com2005-09-301-0/+4
|\ \
| * | export forced_defaults_file using global variable defaults_filejonas@perch.ndb.mysql.com2005-09-301-0/+4
* | | Fixed a missing cast.jani@a193-229-222-105.elisa-laajakaista.fi2005-09-201-1/+1
|/ /
* | A fix (bug #12917: The --defaults-extra-file option is ignored by the 5.0 cli...ramil@mysql.com2005-09-091-0/+3
* | Ensure we free all items for prepared statementsmonty@mysql.com2005-07-291-1/+1
* | Cleanups during review of new codemonty@mysql.com2005-07-281-26/+26
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mishka.local2005-07-181-78/+112
|\ \
| * | Cleanups during reviewmonty@mishka.local2005-07-181-78/+112
* | | Look in the directory above the executable for the my.cnf/ini, on Windows, asjimw@mysql.com2005-07-061-12/+80
|/ /
* | Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.0-ndbmarty@linux.site2005-06-301-1/+1
|\ \
| * | fixes for windows 64-bit compiler warningsgeorg@lmy002.wdf.sap.corp2005-06-131-1/+1
* | | Merge mysql.com:/home/jonas/src/wl1882joreland@mysql.com2005-06-131-1/+59
|\ \ \ | |/ / |/| |
| * | Add "--instance=name" option to load_defaults (or env(MYSQL_INSTANCE)) joreland@mysql.com2005-06-071-1/+59
* | | fixes for compiler warnings from VC6reggie@monster.2005-06-061-1/+1
|/ /
* | Merge mysql.com:/home/jimw/my/mysql-5.0-buildjimw@mysql.com2005-05-181-0/+3
|\ \
| * | default.c:kent@mysql.com2005-05-181-0/+3
* | | New file default_modify.c. Fixed a typo on mysqld.ccjani@a193-229-222-105.elisa-laajakaista.fi2005-05-181-135/+0
* | | fix commentspetr@mysql.com2005-05-181-2/+2
|/ /
* | a fix (bug #10655: mysys/default.c compilation problem).ramil@mysql.com2005-05-161-2/+1
* | Mergepetr@mysql.com2005-05-161-0/+138
|\ \
| * | post-review fixespetr@mysql.com2005-05-161-0/+138
* | | --default-extra-file handling code fix.ramil@mysql.com2005-05-121-2/+2
* | | A fix (bug #5056: defaults-extra-file throws no error when file is inaccessib...ramil@ram-book.(none)2005-05-061-4/+9
* | | fix --defaults-file and --defaults-extra-file broken by a wrong mergepetr@mysql.com2005-05-041-1/+2
* | | Merge mysql.com:/home/jimw/my/mysql-5.0-5354jimw@mysql.com2005-05-021-41/+59
|\ \ \
| * | | Add default configuration files to my_print_defaults usage, andjimw@mysql.com2005-04-281-41/+59
| |/ /
* | | Clean up merge from 4.1jimw@mysql.com2005-05-021-5/+6
|\ \ \ | | |/ | |/|
| * | Merge mysql.com:/home/jimw/my/mysql-4.1-9136jimw@mysql.com2005-05-021-5/+6
| |\ \
| | * | Fix handling of the -e flag to my_print_defaults. (Bug #9136)jimw@mysql.com2005-03-151-5/+6
* | | | Merge with 4.1monty@mysql.com2005-04-301-57/+78
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | CAST(string_argument AS UNSIGNED) didn't work for big integers above the sign...monty@mysql.com2005-04-291-45/+58