summaryrefslogtreecommitdiff
path: root/mysys/default.c
Commit message (Expand)AuthorAgeFilesLines
* defaults-group-suffix in print_defaultsDaniel Black2018-04-131-4/+6
* Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-01-181-2/+3
|\
| * Bug#23072792 MYSQL_GROUP_SUFFIX DOES NOT WORKTor Didriksen2017-09-081-2/+2
| * Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
| * Merge from mysql-5.5.10-releasehery.ramilison@oracle.com2011-03-161-2/+2
| |\
| | * Fix for BUG#59894Guilhem Bichot2011-02-111-2/+2
| * | BUG#11766219 : 59280: $MYSQL_HOME IS NOT USED FOR THENirbhay Choubey2011-03-041-2/+2
| |/
| * Bug #58455Mats Kindahl2011-02-081-1/+1
| * BUG#57953 my_load_defaults return junk argument ----args-separator---- to callerHe Zhenxing2011-01-171-15/+44
| * Bug #58173: Valgrind warning in load_defaults()Mats Kindahl2010-11-161-11/+13
| * BUG#57108: mysqld crashes when I attempt to install pluginMats Kindahl2010-11-041-9/+52
| * WL#5498: Remove dead and unused source codeDavi Arnaut2010-07-231-1/+1
| * WL#5486: Remove code for unsupported platformsDavi Arnaut2010-07-151-10/+2
| * Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-02-241-4/+4
| |\
| | * Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-02-091-4/+4
| | |\
| | | * Recommit of Bug#49447.Staale Smedseng2010-02-041-4/+4
| * | | Auto-merge from mysql-trunk-merge.Alexander Nozdrin2009-12-241-1/+1
| |\ \ \ | | |/ /
| | * | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2009-12-231-1/+1
| | |\ \ | | | |/
| | | * Manual merge.Davi Arnaut2009-12-181-1/+1
| | | |\
| | | | * Bug#48983: Bad strmake calls (length one too long)Davi Arnaut2009-12-171-1/+1
| * | | | Merge mysql-next-mr (revno 2936) --> mysql-next-mr-marcMarc Alff2009-12-111-5/+9
| |\ \ \ \
| | * \ \ \ merging.Alexey Botchkov2009-11-171-5/+9
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Bug#47216 programs should quit if the file specified by --defaults-file ...Alexey Botchkov2009-10-091-5/+9
| | | |/ /
| * | | | WL#2360 Performance schemaMarc Alff2009-12-091-6/+6
| |/ / /
| * | | Backport post fix compiler warnings and test failures for BUG#25192 BUG#12190He Zhenxing2009-10-021-2/+2
| * | | Backport BUG#25192 Using relay-log and relay-log-index without values produce...He Zhenxing2009-10-021-8/+37
| |/ /
| * | merged 5.0-bugteam -> 5.1-bugteamGeorgi Kodinov2009-03-241-1/+1
| |\ \ | | |/
| | * Bug#43461: invalid comparison with string literal in default.cDavi Arnaut2009-03-191-1/+1
| * | auto-mergeIgnacio Galarza2009-03-191-14/+51
| |\ \
| | * \ Manual merge of patch for bug #40552 into the team tree.Alexey Kopytov2009-03-161-14/+51
| | |\ \
| | | * | Fix for bug #40552: Race condition around default_directories Alexey Kopytov2009-02-271-14/+51
| * | | | auto-mergeIgnacio Galarza2009-03-171-5/+5
| |\ \ \ \ | | |/ / /
| | * | | Bug#39289 libmysqld.a calls exit() upon error Alexey Botchkov2008-10-271-5/+5
| | |/ /
| * | | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-131-6/+6
| |\ \ \ | | |/ / | |/| / | | |/
| | * Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-3/+3
| * | Up-merge 5.0.66a-release changes (via 5.0) into 5.1.Timothy Smith2008-07-171-3/+2
| |\ \ | | |/
| | * 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
| * | Up-merge syntax fix from 5.0-bugteam.Timothy Smith2008-07-021-1/+3
| |\ \ | | |/
| | * Fix "C++ code in C file" syntax error in mysys/default.cTimothy Smith2008-07-021-1/+3
| * | Up-merge from 5.0: Fix for Bug#20748, Configuration files should not be read ...Timothy Smith2008-06-271-136/+130
| |\ \ | | |/
| | * Bug #20748: Configuration files should not be read more than onceTimothy Smith2008-06-241-155/+129
| * | Merge ramayana.hindu.god:/home/tsmith/m/bk/build/50tsmith@ramayana.hindu.god2007-11-191-3/+12
| |\ \ | | |/
| | * Eliminate 'unused variable' warnings when compiling non-debug buildtsmith@ramayana.hindu.god2007-11-161-3/+12
| * | Merge ramayana.hindu.god:/home/tsmith/m/bk/build/50-fixtsmith@ramayana.hindu.god2007-11-091-6/+6
| |\ \ | | |/
| | * Fix Windows build problems.tsmith@ramayana.hindu.god2007-11-091-7/+7
| * | Merge ramayana.hindu.god:/home/tsmith/m/bk/build/b20748/50tsmith@ramayana.hindu.god2007-11-071-61/+106
| |\ \ | | |/
| | * Bug #20748: Configuration files should not be read more than oncetsmith@ramayana.hindu.god2007-11-071-63/+129
| * | WL#3817: Simplify string / memory area types and make things more consistent ...monty@mysql.com/narttu.mysql.fi2007-05-101-11/+12
| * | Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50tsmith@quadxeon.mysql.com2007-04-281-1/+1
| |\ \ | | |/