Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed wrong ascii codes from source code. | jani@ua141d10.elisa.omakaista.fi | 2006-05-23 | 1 | -1/+1 |
* | Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1 | jani@ua141d10.elisa.omakaista.fi | 2005-10-27 | 1 | -3/+3 |
|\ | |||||
| * | Fix incorrect casts in my_getopt code that capped the maximum of longlong | jimw@mysql.com | 2005-10-25 | 1 | -3/+3 |
* | | Fixed a bug in argument sending to get_one_option. | jani@ua141d10.elisa.omakaista.fi | 2005-10-06 | 1 | -12/+33 |
* | | Added possibility to use string values 'true' and 'false' case | jani@ua141d10.elisa.omakaista.fi | 2005-09-06 | 1 | -3/+15 |
* | | fixes for windows 64-bit compiler warnings | georg@lmy002.wdf.sap.corp | 2005-06-13 | 1 | -5/+5 |
* | | Fixed Bug#6593, "Inconsistency in handling option prefixes (--skip, --disable... | jani@a193-229-222-105.elisa-laajakaista.fi | 2005-04-19 | 1 | -1/+2 |
|/ | |||||
* | Merge with 4.0 | monty@mysql.com | 2004-09-01 | 1 | -40/+57 |
|\ | |||||
| * | Added global my_getopt_error_reporter function pointer which is | ram@gw.mysql.r18.ru | 2004-08-31 | 1 | -45/+56 |
| * | Code style fixes. | monty@mysql.com | 2004-08-28 | 1 | -39/+48 |
* | | merged | serg@serg.mylan | 2004-08-26 | 1 | -29/+32 |
|\ \ | |/ | |||||
| * | Bug #4466 Nothing in .err when mysql service ends because of malformed my.i... | rburnett@build.mysql.com | 2004-08-19 | 1 | -1/+1 |
| * | Bug #4466 Nothing in .err when mysql service ends because of malformed my.i... | rburnett@build.mysql.com | 2004-08-19 | 1 | -1/+1 |
| * | BUG# 4466 - Nothing in .err when mysql service ends because of malformed my.i... | rburnett@build.mysql.com | 2004-08-18 | 1 | -33/+23 |
| * | mysql_priv.h: | rburnett@build.mysql.com | 2004-08-14 | 1 | -19/+29 |
* | | assert.h needed for my_dbug.h now is included in my_dbug.h, where it for | konstantin@mysql.com | 2004-06-10 | 1 | -1/+0 |
* | | merge with 4.0 to get Netware patches and fixes for libmysqld.dll | monty@mysql.com | 2004-05-25 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Added patches from Novell | monty@mysql.com | 2004-05-25 | 1 | -0/+4 |
* | | Merge with 4.0.19 | monty@mysql.com | 2004-05-05 | 1 | -10/+20 |
|\ \ | |/ | |||||
| * | better followup fix for my_getopt (Argh!) | serg@serg.mylan | 2004-04-30 | 1 | -7/+7 |
| * | followup - error fixed | serg@serg.mylan | 2004-04-30 | 1 | -2/+3 |
| * | bug#3529 - my_getopt doesn't process short OPT_ARG options correctly | serg@serg.mylan | 2004-04-28 | 1 | -11/+20 |
* | | merge with 4.0 | monty@mysql.com | 2004-03-16 | 1 | -9/+6 |
|\ \ | |/ | |||||
| * | Ensure that one can't from the command line set a variable too small. (Bug #2... | monty@mysql.com | 2004-03-06 | 1 | -9/+6 |
* | | Merge with 4.0.18 | monty@mysql.com | 2004-02-11 | 1 | -3/+5 |
|\ \ | |/ | |||||
| * | Added new option --sync-frm / --skip-sync-frm | jani@ua141d10.elisa.omakaista.fi | 2004-02-03 | 1 | -3/+5 |
| * | Fixed Bug#1907, option of type GET_BOOL with arg type OPT_ARG | jani@rhols221.adsl.netsonic.fi | 2003-11-24 | 1 | -2/+0 |
* | | - Added missing documentation to some mysql.cc options. | jani@rhols221.adsl.netsonic.fi | 2004-01-14 | 1 | -3/+26 |
* | | Fixed Bug#1907, option of type GET_BOOL with arg type OPT_ARG | jani@rhols221.adsl.netsonic.fi | 2003-11-24 | 1 | -2/+0 |
* | | Update VC++ files | monty@mysql.com | 2003-11-21 | 1 | -3/+1 |
* | | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS | monty@mashka.mysql.fi | 2003-11-18 | 1 | -46/+63 |
* | | - Code cleanup: replaced C++-style comments with the proper syntax for | lenz@kallisto.local | 2003-09-24 | 1 | -1/+1 |
* | | merge with 4.0.15 | monty@narttu.mysql.fi | 2003-08-29 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | vio ssl structure renames (to get rid of ending _) | monty@narttu.mysql.fi | 2003-08-27 | 1 | -2/+1 |
* | | Merge with 4.0.14 | monty@mashka.mysql.fi | 2003-08-11 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | removed a wrong cast that limited ulonglong options to max. ulong value. | serg@serg.mylan | 2003-06-12 | 1 | -2/+2 |
* | | Support for variables with components | monty@mashka.mysql.fi | 2003-07-06 | 1 | -28/+33 |
* | | Made check for structured option handling more robust and faster. | jani@rhols221.adsl.netsonic.fi | 2003-06-30 | 1 | -6/+8 |
* | | Added support for structured options (WL task ID 947). | jani@rhols221.adsl.netsonic.fi | 2003-06-27 | 1 | -40/+100 |
|/ | |||||
* | after merge fixes | monty@narttu.mysql.fi | 2003-03-10 | 1 | -2/+2 |
* | Only write to the error log if --log-error is specified and --console is not ... | monty@mashka.mysql.fi | 2003-01-28 | 1 | -2/+4 |
* | A lot of portability fixes. | monty@mashka.mysql.fi | 2003-01-05 | 1 | -2/+2 |
* | Fixed a bug in my_getopt | jani@rhols221.adsl.netsonic.fi | 2002-10-15 | 1 | -7/+14 |
* | Fixed a bug in my_getopt and mysqld.cc | jani@rhols221.adsl.netsonic.fi | 2002-09-05 | 1 | -1/+1 |
* | Removed unneccessary comment. | jani@rhols221.adsl.netsonic.fi | 2002-08-28 | 1 | -1/+0 |
* | * Fixed a bug in my_getopt | jani@rhols221.adsl.netsonic.fi | 2002-08-28 | 1 | -3/+10 |
* | A compatibility fix in my_getopt for boolean variables. All of | jani@hynda.(none) | 2002-08-19 | 1 | -2/+2 |
* | New SET syntax & system variables. | monty@mashka.mysql.fi | 2002-07-23 | 1 | -20/+28 |
* | Merge work:/home/bk/mysql-4.0/ | jani@rhols221.adsl.netsonic.fi | 2002-07-10 | 1 | -14/+14 |
|\ | |||||
| * | Merge work:/home/bk/mysql-4.0/ | jani@rhols221.adsl.netsonic.fi | 2002-07-01 | 1 | -14/+14 |
| |\ |