Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Portability fix for gcc 2.95.3 | monty@mysql.com | 2004-11-12 | 1 | -1/+2 |
* | Merge with 4.1 | monty@mysql.com | 2004-11-12 | 1 | -53/+98 |
|\ | |||||
| * | merge with 4.0 | monty@mysql.com | 2004-11-12 | 1 | -39/+84 |
| |\ | |||||
| | * | Some code clean-up and optimization. | jani@a80-186-24-72.elisa-laajakaista.fi | 2004-11-11 | 1 | -30/+60 |
| | * | Removed check for .ini file elsewhere, except on Windows. | jani@a80-186-24-72.elisa-laajakaista.fi | 2004-11-11 | 1 | -0/+4 |
| | * | Fixed a typo that caused segmentation fault when using | jani@a193-229-222-105.elisa-laajakaista.fi | 2004-11-05 | 1 | -1/+1 |
| | * | Changed default.c so that it now checks for my.ini and then | jani@a193-229-222-105.elisa-laajakaista.fi | 2004-11-05 | 1 | -39/+50 |
* | | | Fixed a problem causing load_defaults not to accept some command-line | petr@mysql.com | 2004-09-11 | 1 | -4/+2 |
* | | | Fixed memory allocation: allocated memory wasn't enough to store the | cps@silver_beast.(none) | 2004-09-06 | 1 | -1/+1 |
* | | | After review fix: added a comment | cps@silver_beast.(none) | 2004-09-06 | 1 | -0/+6 |
* | | | Please rewiev. Here added a function to process config. files options. | cps@silver_beast.(none) | 2004-08-30 | 1 | -90/+220 |
|/ / | |||||
* | | Fix skipp -> skip once and for all. | paul@kite-hub.kitebird.com | 2004-06-03 | 1 | -1/+1 |
* | | merge with 4.0 to get Netware patches and fixes for libmysqld.dll | monty@mysql.com | 2004-05-25 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Added patches from Novell | monty@mysql.com | 2004-05-25 | 1 | -0/+3 |
* | | Allow one to send empty strings with mysql_stmt_send_long_data() | monty@mysql.com | 2004-04-28 | 1 | -0/+6 |
* | | Merge with 4.0 | monty@mysql.com | 2004-03-25 | 1 | -3/+5 |
|\ \ | |/ | |||||
| * | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0 | bell@sanja.is.com.ua | 2004-03-23 | 1 | -1/+1 |
| |\ | |||||
| | * | comment | serg@serg.mylan | 2004-03-23 | 1 | -1/+1 |
| * | | fixed config parser to recognize correctly strings like following: | bell@sanja.is.com.ua | 2004-03-20 | 1 | -2/+4 |
| |/ | |||||
* | | just tried to find all 'skipp' and replace it with 'skip'. | ram@gw.mysql.r18.ru | 2004-02-02 | 1 | -1/+1 |
* | | Reverted an addition to be able to use ';' as a comment | jani@rhols221.adsl.netsonic.fi | 2004-01-23 | 1 | -1/+1 |
* | | - no C++ comments in .c files, please... | lenz@kallisto.local | 2004-01-15 | 1 | -1/+2 |
* | | Added handling for ; comment character as there was for #. | jani@rhols221.adsl.netsonic.fi | 2004-01-15 | 1 | -1/+1 |
* | | Update VC++ files | monty@mysql.com | 2003-11-21 | 1 | -0/+1 |
* | | Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_... | monty@narttu.mysql.fi | 2003-11-03 | 1 | -1/+2 |
* | | Merge with 4.0.16 | monty@narttu.mysql.fi | 2003-10-07 | 1 | -0/+18 |
|\ \ | |/ | |||||
| * | Code cleanup of new patches | monty@narttu.mysql.fi | 2003-09-23 | 1 | -2/+12 |
| * | Fixed a bug in default.c, which caused quoted arguments not | jani@rhols221.adsl.netsonic.fi | 2003-09-17 | 1 | -0/+8 |
* | | merge with 4.0.15 | monty@narttu.mysql.fi | 2003-08-29 | 1 | -44/+104 |
|\ \ | |/ | |||||
| * | Removed restriction not to be able use non regular files. | jani@rhols221.adsl.netsonic.fi | 2003-08-28 | 1 | -2/+0 |
| * | Add detection of in_addr_t | monty@narttu.mysql.fi | 2003-08-28 | 1 | -40/+93 |
| * | Added a warning to my_print_defaults if --verbose is given | jani@rhols221.adsl.netsonic.fi | 2003-08-27 | 1 | -25/+34 |
* | | Merge with 4.0.14 | monty@mashka.mysql.fi | 2003-08-11 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Changed safemalloc structure to not have to be 8 byte aligned. (Portability p... | monty@narttu.mysql.fi | 2003-06-12 | 1 | -2/+0 |
* | | merge with public tree | monty@narttu.mysql.fi | 2003-06-05 | 1 | -2/+27 |
|\ \ | |||||
| * \ | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-06-04 | 1 | -2/+27 |
| |\ \ | | |/ | |||||
| | * | Fixed a bug with having comments after options in config files. | jani@hynda.(none) | 2003-05-14 | 1 | -2/+28 |
* | | | SCRUM: | hf@deer.(none) | 2003-06-03 | 1 | -2/+0 |
* | | | SCRUM: | hf@deer.(none) | 2003-05-31 | 1 | -1/+1 |
|/ / | |||||
* | | Merge with 4.0.13 | monty@narttu.mysql.fi | 2003-05-19 | 1 | -1/+7 |
|\ \ | |/ | |||||
| * | Better test for regular files. | monty@mashka.mysql.fi | 2003-04-28 | 1 | -2/+7 |
| * | - Only ignore _regular_ world-writeable files (thanks to Tim Bunce for | lenz@mysql.com | 2003-04-23 | 1 | -1/+2 |
| * | Post-4.0.12 changes from Novell: mostly NetWare-related code changes to utili... | greg@mysql.com | 2003-03-21 | 1 | -1/+1 |
* | | Bugfix for segfault in mysql with embedded library | hf@deer.mysql.r18.ru | 2003-04-16 | 1 | -3/+5 |
* | | Manual merge of Novell's changes for NetWare platform from 4.0, 4.1 patches | greg@mysql.com | 2003-03-28 | 1 | -1/+1 |
* | | Merge with 4.0 | monty@narttu.mysql.fi | 2003-03-16 | 1 | -2/+17 |
|\ \ | |/ | |||||
| * | merge with 3.23 to get: | monty@mashka.mysql.fi | 2003-03-11 | 1 | -2/+17 |
| |\ | |||||
| | * | warning added | serg@serg.mysql.com | 2003-03-10 | 1 | -1/+5 |
| | * | ignore world-writeable my.cnf's | serg@serg.mysql.com | 2003-03-10 | 1 | -2/+13 |
| | * | Sergei's MyODBC fix | miguel@hegel.local | 2002-05-12 | 1 | -1/+1 |