summaryrefslogtreecommitdiff
path: root/mysys/my_getopt.c
Commit message (Expand)AuthorAgeFilesLines
* mysql-5.5.28Sergei Golubchik2012-10-161-0/+5
|\
| * Bug #14399795 : ISSUES RELATED TO SETTING AUDIT_LOG_STRATEGY Georgi Kodinov2012-08-171-0/+5
* | Fix for MDEV-533: Confusing error code when doing auto-increment insert for o...Michael Widenius2012-09-181-6/+4
* | 5.3 mergeSergei Golubchik2012-01-131-1/+2
|\ \
| * \ Merge with MariaDB 5.1Michael Widenius2011-11-241-2/+4
| |\ \
| | * \ Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+4
| | |\ \
| | | * \ Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | | |\ \
| | | | * | Updated/added copyright headersKent Boortz2011-06-301-2/+3
* | | | | | 5.3->5.5 mergeSergei Golubchik2011-11-221-2/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed wrong info message for mysqld --general-logMichael Widenius2011-10-161-2/+4
| * | | | | merge with 5.1Michael Widenius2010-11-301-2/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge with MySQL 5.1.52Michael Widenius2010-11-231-2/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-09-241-2/+1
* | | | | | adding DBUG_ENTER/DBUG_RETURN tags that were useful when fixing memory leaksSergei Golubchik2011-07-101-38/+62
* | | | | | 5.5-mergeSergei Golubchik2011-07-021-18/+40
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Fix for BUG#59894Guilhem Bichot2011-02-111-2/+2
| * | | | | BUG#57953 my_load_defaults return junk argument ----args-separator---- to callerHe Zhenxing2011-01-171-2/+2
| * | | | | Bug#46393 If for slow_query_log a string is entered it does not complain.Alexey Botchkov2011-01-151-5/+13
| * | | | | Bug#51631 general-log flag doesn't accept "on" as a value inMagne Mahre2011-01-101-1/+19
| * | | | | Bug#54569 Some options are not allowed to take argument when passed with loos...Kristofer Pettersson2010-10-251-13/+9
* | | | | | lots of post-merge changesSergei Golubchik2011-04-251-3/+4
* | | | | | merge.Sergei Golubchik2010-11-251-8/+8
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Automatic merge with 5.1Michael Widenius2010-11-041-1/+0
| |\ \ \ \ | | |/ / /
| | * | | Fix for: LP #634955: Assert in _ma_update_at_original_place()Michael Widenius2010-11-021-1/+0
| * | | | merge with 5.1Sergei Golubchik2010-10-251-12/+15
| |\ \ \ \ | | |/ / /
| | * | | 5.1.51 mergeSergei Golubchik2010-10-191-12/+15
| | |\ \ \ | | | |/ /
| * | | | merge with 5.1Sergei Golubchik2010-09-111-6/+7
| |\ \ \ \ | | |/ / /
| | * | | Merge with MySQL 5.1.50Michael Widenius2010-08-271-6/+7
| | |\ \ \
| * | | | | Added extra argument to longlong2str() to make it have same prototype is int2...Michael Widenius2010-08-071-1/+1
| |/ / / /
| * | | | Merge with MySQL 5.1.49Michael Widenius2010-08-021-20/+19
| |\ \ \ \
| * \ \ \ \ Merge MySQL 5.1.44 into MariaDB.unknown2010-03-041-0/+9
| |\ \ \ \ \
| * \ \ \ \ \ Merge with MySQL 5.1.42Michael Widenius2010-01-151-8/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge with MySQL 5.1, with following additions:unknown2009-11-161-2/+4
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge MySQL 5.1.39 into MariaDB 5.1.unknown2009-10-151-1/+1
| |\ \ \ \ \ \ \ \
| * | | | | | | | | More after-merge fixes for merging MySQL 5.1.38 into MariaDB.unknown2009-09-151-2/+3
| * | | | | | | | | Merge lp:maria -> lp:~maria-captains/maria/maria-5.1-mergeSergey Petrunya2009-09-151-0/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | MBug#423035: error in parsing enum value for plugin variable in mysqld comman...unknown2009-09-031-1/+4
| * | | | | | | | | | After-merge fix for MySQL 5.1.38 merge into MariaDB.unknown2009-09-111-2/+8
| * | | | | | | | | | Merge MySQL->MariaDBSergey Petrunya2009-09-081-3/+15
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Fix accessing ulong enum option as uint, failing on 64-bit big-endian.unknown2009-05-201-3/+3
| * | | | | | | | | | Merged with mysql-5.1 tree.Michael Widenius2009-04-251-2/+4
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ bzr merge from guilhem's maria tree to our local 5.1Michael Widenius2009-04-251-5/+9
| |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ merge of 5.1-main into 5.1-maria. MyISAM changes are propagated to Maria exceptGuilhem Bichot2009-04-011-5/+9
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ merge of 5.1-main into 5.1-maria. Myisam->Maria change propagation will follow.Guilhem Bichot2009-02-121-6/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ \ \ \ Merge with base MySQL 5.1Michael Widenius2009-02-151-7/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| / / / / / / / / / / / / | | |/ / / / / / / / / / / /
| * | | | | | | | | | | | | Merge of 5.1-main into 5.1-maria. There were no changes to storage/myisam, my...Guilhem Bichot2008-12-101-16/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Bug#34374: mysql generates incorrect warningSergei Golubchik2008-11-291-2/+1
| | * | | | | | | | | | | | | Merge gbichot4.local:/home/mysql_src/mysql-5.1-build-gcaunknown2008-02-181-4/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Added maria_zerofill()unknown2007-12-311-1/+1
| | * | | | | | | | | | | | | | after mergeunknown2007-12-281-2/+0