summaryrefslogtreecommitdiff
path: root/mysys/my_getopt.c
Commit message (Expand)AuthorAgeFilesLines
* Added global my_getopt_error_reporter function pointer which is unknown2004-08-311-45/+56
* Code style fixes.unknown2004-08-281-39/+48
* 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
* Added patches from Novellunknown2004-05-251-0/+4
* 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
* Ensure that one can't from the command line set a variable too small. (Bug #2...unknown2004-03-061-9/+6
* 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
* vio ssl structure renames (to get rid of ending _)unknown2003-08-271-2/+1
* removed a wrong cast that limited ulonglong options to max. ulong value.unknown2003-06-121-2/+2
* after merge fixesunknown2003-03-101-2/+2
* Only write to the error log if --log-error is specified and --console is not ...unknown2003-01-281-2/+4
* A lot of portability fixes.unknown2003-01-051-2/+2
* Fixed a bug in my_getoptunknown2002-10-151-7/+14
* Fixed a bug in my_getopt and mysqld.ccunknown2002-09-051-1/+1
* Removed unneccessary comment.unknown2002-08-281-1/+0
* * Fixed a bug in my_getoptunknown2002-08-281-3/+10
* A compatibility fix in my_getopt for boolean variables. All ofunknown2002-08-191-2/+2
* New SET syntax & system variables.unknown2002-07-231-20/+28
* Merge work:/home/bk/mysql-4.0/unknown2002-07-101-14/+14
|\
| * Merge work:/home/bk/mysql-4.0/unknown2002-07-011-14/+14
| |\
| | * Added interface for first set of dynamic variables.unknown2002-06-281-14/+14
* | | Added a compile fix for AIX to include/my_sys.hunknown2002-07-031-7/+7
|/ /
* | Added support for semaphores in mysys.unknown2002-06-291-2/+2
|/
* Big code cleanup/review before 4.0.2 release.unknown2002-06-111-22/+22
* Some enhancements in my_getopt. Made code more readable and betterunknown2002-06-091-24/+29
* Fixed two bugs in my_getopt.unknown2002-06-031-2/+8
* Fixed a bug in my_getopt.unknown2002-05-311-2/+3
* Added useful exit error code for programs using my_getopt in caseunknown2002-05-291-58/+67
* Changed ft_dump, ft_eval, ft_test1, mi_test1, myisampack, gen_lex_hash,unknown2002-05-241-23/+26
* my_getopt:unknown2002-05-221-78/+72
* Changed mysqlbinlog, mysqlmanager-pwgen, mysqlmanagerc, mysqltest,unknown2002-05-221-2/+12
* Changed GET_STRALC to GET_STR_ALLOCunknown2002-05-151-6/+7
* Some bug fixes.unknown2002-05-151-2/+6
* - Added new type GET_STRALC to my_getopt.unknown2002-05-141-2/+9
* Fixed some bugs and added support for --loose-set-variableunknown2002-05-131-24/+23
* - Fixed some option types in my_getopt struct in all clients.unknown2002-05-111-12/+27
* Fixed some bugs in my_getopt.c, added functionality for new GET_*unknown2002-05-071-37/+148
* fixes to make it compile and pass the test suite again after the last unknown2002-04-041-0/+7
* Merge and two bug fixes in my_getopt.cunknown2002-04-031-3/+10
* Merged in some changes made to MySQL clients by otherunknown2002-04-031-19/+51
|\
| * Changed mysql, mysqladmin, mysqlshow, mysqldump, mysqlimport,unknown2002-04-021-19/+51
* | Portability fixesunknown2002-03-061-2/+1
|/
* Bug fixes and new functionality added in my_getopt and myisamchkunknown2002-02-061-93/+218
* Fixes for new getoptunknown2002-01-311-30/+46