summaryrefslogtreecommitdiff
path: root/mysys/my_getopt.c
Commit message (Expand)AuthorAgeFilesLines
* CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTSunknown2003-11-181-46/+63
* - Code cleanup: replaced C++-style comments with the proper syntax forunknown2003-09-241-1/+1
* merge with 4.0.15unknown2003-08-291-2/+1
|\
| * vio ssl structure renames (to get rid of ending _)unknown2003-08-271-2/+1
* | Merge with 4.0.14unknown2003-08-111-2/+2
|\ \ | |/
| * removed a wrong cast that limited ulonglong options to max. ulong value.unknown2003-06-121-2/+2
* | Support for variables with componentsunknown2003-07-061-28/+33
* | Made check for structured option handling more robust and faster.unknown2003-06-301-6/+8
* | Added support for structured options (WL task ID 947).unknown2003-06-271-40/+100
|/
* 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
* New functionality to my_getopt. myisamchk now uses my_getoptunknown2002-01-301-62/+186
* Added my_getopt struct and modified myisamchk to the bk tree.unknown2002-01-251-0/+313