summaryrefslogtreecommitdiff
path: root/mysys
Commit message (Expand)AuthorAgeFilesLines
* Merge lp:maria -> lp:~maria-captains/maria/maria-5.1-mergeSergey Petrunya2009-09-152-2/+4
|\
| * Fix most Compiler warnings seen in buildbot.unknown2009-09-031-2/+3
| * 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-0811-42/+94
|\ \ | |/ |/|
| * Merge mysql-5.1-innodb_plugin to mysql-5.1.Sergey Vojtovich2009-08-111-1/+1
| |\
| | * Merge 5.1-bugteam -> 5.1-innodb_plugin.Sergey Vojtovich2009-07-142-9/+42
| | |\
| | * | Backport WL#3653 to 5.1 to enable bundled innodb plugin.Vladislav Vaintroub2009-06-101-1/+1
| * | | Auto-mergeIgnacio Galarza2009-07-311-1/+1
| |\ \ \
| | * | | Bug#17270 - mysql client tool could not find ../share/charsets folder and fails.Ignacio Galarza2009-07-311-1/+1
| * | | | merging with mysql-5.1-bugteam branchSatya B2009-07-271-7/+7
| |\ \ \ \
| | * \ \ \ merging with mysql-5.0-bugteamV Narayanan2009-07-171-7/+7
| | |\ \ \ \ | | | |/ / / | | | | | / | | | |_|/ | | |/| |
| | | * | Bug#43572 Handle failures from hash_initV Narayanan2009-07-121-6/+7
| * | | | merge 5.0-bugteam to 5.1-bugteamSatya B2009-07-241-1/+2
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| * | | AutomergeKristofer Pettersson2009-06-251-2/+13
| |\ \ \
| | * | | Bug#45336 --enable-foobar doesn't work for any plugin foobar.Kristofer Pettersson2009-06-251-2/+13
| * | | | Bug#43572 Handle failures from hash_initV Narayanan2009-06-221-1/+1
| |/ / /
| * | | merging with mysql-5.0-bugteamV Narayanan2009-06-191-7/+29
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Bug#43572 Handle failures from hash_initV Narayanan2009-06-191-6/+29
| * | auto-merge 5.1-bugteam (local) --> 5.1-bugteamAlfranio Correia2009-05-211-1/+1
| |\ \
| | * | BUG#43949 Initialization of slave produces a warning message in ValgrindAlfranio Correia2009-04-191-1/+1
| * | | Auto mergeKristofer Pettersson2009-05-151-1/+2
| |\ \ \
| | * | | Bug#19027 MySQL 5.0 starts even with Fatal InnoDB errorsKristofer Pettersson2009-05-141-1/+2
| | |/ /
| * | | Merge from 5.0-bugteamJim Winstead2009-05-131-4/+4
| |\ \ \ | | | |/ | | |/|
| | * | The get_date() function in mysys interpreted the GETDATE_GMT optionJim Winstead2009-05-071-4/+4
| * | | Bug#43932 myisam index corruption with large index and large Vladislav Vaintroub2009-04-292-3/+5
| | |/ | |/|
| * | Bug#43706: libmysqld segfaults when re-intialisedDavi Arnaut2009-04-091-0/+4
| * | Bug#42649 THR_LOCK_charset global mutex abused by InnoDBAlexander Barkov2009-04-071-15/+26
* | | Merge XtraDB 6 with latest MariaDB 5.1unknown2009-08-032-29/+87
|\ \ \
| * | | More XtraDB after-merge fixes following review and buildbot runs:unknown2009-06-221-0/+6
| * | | Merge of Percona XtraDB into MariaDB.unknown2009-06-112-30/+82
| |\ \ \
| | * | | Merge latest XtraDB from lp:percona-xtradb into MariaDB.unknown2009-06-111-0/+49
| | * | | XtraDB after-merge fixes.unknown2009-06-091-30/+33
* | | | | Added MY_CS_NONASCII marker for character sets that are not compatible with l...Michael Widenius2009-07-021-0/+3
|/ / / /
* | | | After-merge fixes for problems seen in buildbot after merging MySQL-5.1.35.unknown2009-05-221-4/+70
* | | | Fix accessing ulong enum option as uint, failing on 64-bit big-endian.unknown2009-05-201-3/+3
* | | | Fixed problems in mergeMichael Widenius2009-05-195-7/+7
|\ \ \ \ | |/ / /
| * | | We are now using Valgrind rather than purify, and have for quite some time.unknown2009-05-065-7/+7
* | | | Merged with mysql-5.1 tree.Michael Widenius2009-04-2519-58/+100
|\ \ \ \
| * | | | Apply 64-bit fix from Azundris.Jonathan Perkin2009-03-311-1/+1
| | |/ / | |/| |
| * | | merged 5.0-bugteam -> 5.1-bugteamGeorgi Kodinov2009-03-242-3/+4
| |\ \ \ | | | |/ | | |/|
| | * | Bug#43461: invalid comparison with string literal in default.cDavi Arnaut2009-03-192-3/+4
| | * | auto-mergeIgnacio Galarza2009-03-195-318/+283
| | |\ \
| * | | | fixed compilation warnings. addendum to the fix for bug 29125Georgi Kodinov2009-03-201-1/+1
| * | | | Fixed a prototype to match the actual function signature (addendum to theGeorgi Kodinov2009-03-201-1/+1
| * | | | auto-mergeIgnacio Galarza2009-03-191-4/+9
| |\ \ \ \
| | * \ \ \ Merge bugteam and fix for 42675.Chad MILLER2009-03-181-4/+9
| | |\ \ \ \
| | | * | | | Fix indentation. tab -> spacesChad MILLER2009-03-171-1/+1
| | | * | | | Bug#42675: Dangling pointer leads to a client crash (mysys/my_error.c \Chad MILLER2009-03-171-4/+9
| * | | | | | auto-mergeIgnacio Galarza2009-03-192-16/+55
| |\ \ \ \ \ \ | | |/ / / / /