summaryrefslogtreecommitdiff
path: root/mysys/my_getopt.c
Commit message (Expand)AuthorAgeFilesLines
* Slow query log to file now displays queries with microsecond precissionunknown2007-07-301-1/+42
* Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-05-241-10/+10
|\
| * WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-9/+9
* | WL#2936 - Falcon & MySQL plugin interface: server variablesunknown2007-04-301-4/+8
* | fixed: memleak in --help, sigsegv on shutdownunknown2007-04-261-0/+24
* | WL#2936 - Falcon & MySQL plugin interface: server variablesunknown2007-04-241-0/+3
* | wl#2936 - fixing problemsunknown2007-04-131-8/+8
* | WL#2936unknown2007-03-021-1/+49
|/
* Fixed compiler warningsunknown2007-02-231-1/+2
* Merge mysql.com:/home/kent/bk/main/mysql-5.0unknown2006-12-311-1/+1
|\
| * my_strtoll10-x86.s:unknown2006-12-311-1/+1
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0unknown2006-12-231-2/+1
|\ \ | |/
| * Many files:unknown2006-12-231-2/+1
* | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maintunknown2006-12-061-0/+1
|\ \ | |/
| * Flush stderr after print of error message to get predictable outputunknown2006-12-061-0/+1
* | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0-maintunknown2006-11-301-1/+5
|\ \ | |/
| * Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maintunknown2006-11-301-1/+5
| |\
| | * Bug#10608 mysqladmin breaks on "database" variable in my.cnfunknown2006-11-101-1/+5
* | | Fixed a LOT of compiler warningsunknown2006-11-271-2/+2
* | | Removed wrong ascii codes from source code.unknown2006-05-231-1/+1
|/ /
* | Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1unknown2005-10-271-3/+3
|\ \ | |/
| * Fix incorrect casts in my_getopt code that capped the maximum of longlongunknown2005-10-251-3/+3
* | Fixed a bug in argument sending to get_one_option.unknown2005-10-061-12/+33
* | Added possibility to use string values 'true' and 'false' caseunknown2005-09-061-3/+15
* | fixes for windows 64-bit compiler warningsunknown2005-06-131-5/+5
* | Fixed Bug#6593, "Inconsistency in handling option prefixes (--skip, --disable...unknown2005-04-191-1/+2
|/
* Merge with 4.0unknown2004-09-011-40/+57
|\
| * Added global my_getopt_error_reporter function pointer which is unknown2004-08-311-45/+56
| * Code style fixes.unknown2004-08-281-39/+48
* | mergedunknown2004-08-261-29/+32
|\ \ | |/
| * Bug #4466 Nothing in .err when mysql service ends because of malformed my.i...unknown2004-08-191-1/+1
| * Bug #4466 Nothing in .err when mysql service ends because of malformed my.i...unknown2004-08-191-1/+1
| * BUG# 4466 - Nothing in .err when mysql service ends because of malformed my.i...unknown2004-08-181-33/+23
| * mysql_priv.h:unknown2004-08-141-19/+29
* | assert.h needed for my_dbug.h now is included in my_dbug.h, where it for unknown2004-06-101-1/+0
* | merge with 4.0 to get Netware patches and fixes for libmysqld.dllunknown2004-05-251-0/+4
|\ \ | |/
| * Added patches from Novellunknown2004-05-251-0/+4
* | Merge with 4.0.19unknown2004-05-051-10/+20
|\ \ | |/
| * better followup fix for my_getopt (Argh!)unknown2004-04-301-7/+7
| * followup - error fixedunknown2004-04-301-2/+3
| * bug#3529 - my_getopt doesn't process short OPT_ARG options correctlyunknown2004-04-281-11/+20
* | merge with 4.0unknown2004-03-161-9/+6
|\ \ | |/
| * Ensure that one can't from the command line set a variable too small. (Bug #2...unknown2004-03-061-9/+6
* | Merge with 4.0.18unknown2004-02-111-3/+5
|\ \ | |/
| * Added new option --sync-frm / --skip-sync-frmunknown2004-02-031-3/+5
| * Fixed Bug#1907, option of type GET_BOOL with arg type OPT_ARGunknown2003-11-241-2/+0
* | - Added missing documentation to some mysql.cc options.unknown2004-01-141-3/+26
* | Fixed Bug#1907, option of type GET_BOOL with arg type OPT_ARGunknown2003-11-241-2/+0
* | Update VC++ filesunknown2003-11-211-3/+1
* | CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSunknown2003-11-181-46/+63