summaryrefslogtreecommitdiff
path: root/mysys/default.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Fix handling of the -e flag to my_print_defaults. (Bug #9136)unknown2005-03-151-5/+6
* | | | Merge with 4.1unknown2005-04-301-57/+78
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | CAST(string_argument AS UNSIGNED) didn't work for big integers above the sign...unknown2005-04-291-45/+58
| * | Cleanups during reviewunknown2005-04-261-27/+35
* | | Merge mysql.com:/home/cps/mysql/trees/mysql-4.1unknown2005-04-141-9/+18
|\ \ \ | |/ /
| * | post review fixunknown2005-04-141-9/+18
* | | Fixed errors descovered by valgrind 2.4unknown2005-04-061-2/+2
* | | more merge fixesunknown2005-03-291-8/+4
* | | manual mergeunknown2005-03-291-11/+119
|\ \ \ | |/ /
| * | Post-review fixes for "!include" patch originating from Yahoo! (the whole pat...unknown2005-03-251-14/+121
| |/
* | made IM to work with --defaults-file smoothlyunknown2005-02-181-38/+4
* | --defaults-extra-file bug fixedunknown2005-01-121-1/+1
* | Merging fixedunknown2005-01-111-23/+8
* | Merging conflicts resolvedunknown2005-01-111-0/+39
|\ \ | |/
| * fix for bug #5920 (embedded-server mysql doesn't handle --defaults-file)unknown2005-01-031-16/+39
| * Merge with 4.0unknown2004-11-121-5/+4
| |\
| | * Removed an unneccessary for() and variable.unknown2004-11-121-5/+4
* | | Added checking for my.cnf file from environment variable MYSQL_HOMEunknown2005-01-041-17/+25
* | | Portability fix for gcc 2.95.3unknown2004-11-121-1/+2
* | | Merge with 4.1unknown2004-11-121-53/+98
|\ \ \ | |/ /
| * | merge with 4.0unknown2004-11-121-39/+84
| |\ \ | | |/
| | * Some code clean-up and optimization.unknown2004-11-111-30/+60
| | * Removed check for .ini file elsewhere, except on Windows.unknown2004-11-111-0/+4
| | * Fixed a typo that caused segmentation fault when usingunknown2004-11-051-1/+1
| | * Changed default.c so that it now checks for my.ini and thenunknown2004-11-051-39/+50
* | | Fixed a problem causing load_defaults not to accept some command-lineunknown2004-09-111-4/+2
* | | Fixed memory allocation: allocated memory wasn't enough to store the unknown2004-09-061-1/+1
* | | After review fix: added a commentunknown2004-09-061-0/+6
* | | Please rewiev. Here added a function to process config. files options.unknown2004-08-301-90/+220
|/ /
* | Fix skipp -> skip once and for all.unknown2004-06-031-1/+1
* | merge with 4.0 to get Netware patches and fixes for libmysqld.dllunknown2004-05-251-0/+3
|\ \ | |/
| * Added patches from Novellunknown2004-05-251-0/+3
* | Allow one to send empty strings with mysql_stmt_send_long_data()unknown2004-04-281-0/+6
* | Merge with 4.0unknown2004-03-251-3/+5
|\ \ | |/
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0unknown2004-03-231-1/+1
| |\
| | * commentunknown2004-03-231-1/+1
| * | fixed config parser to recognize correctly strings like following:unknown2004-03-201-2/+4
| |/
* | just tried to find all 'skipp' and replace it with 'skip'.unknown2004-02-021-1/+1
* | Reverted an addition to be able to use ';' as a commentunknown2004-01-231-1/+1
* | - no C++ comments in .c files, please...unknown2004-01-151-1/+2
* | Added handling for ; comment character as there was for #.unknown2004-01-151-1/+1
* | Update VC++ filesunknown2003-11-211-0/+1
* | Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_...unknown2003-11-031-1/+2
* | Merge with 4.0.16unknown2003-10-071-0/+18
|\ \ | |/
| * Code cleanup of new patchesunknown2003-09-231-2/+12
| * Fixed a bug in default.c, which caused quoted arguments notunknown2003-09-171-0/+8
* | merge with 4.0.15unknown2003-08-291-44/+104
|\ \ | |/
| * Removed restriction not to be able use non regular files.unknown2003-08-281-2/+0
| * Add detection of in_addr_tunknown2003-08-281-40/+93
| * Added a warning to my_print_defaults if --verbose is givenunknown2003-08-271-25/+34