summaryrefslogtreecommitdiff
path: root/mysql-test/suite
Commit message (Expand)AuthorAgeFilesLines
* Fixed wrong error codes from InnoDB/XtraDB that caused %M to give system depe...Michael Widenius2012-07-063-240/+240
* Automatic merge with 5.5Michael Widenius2012-06-271-1/+1
|\
* \ automatic merge with 5.5Michael Widenius2012-06-2731-33/+632
|\ \ | |/
| * Merge 5.3->5.5.Igor Babaev2012-06-242-0/+59
| |\
| | * Merge 5.2->5.3Igor Babaev2012-06-232-0/+59
| | |\
| | | * Fixed bug mdev-354.Igor Babaev2012-06-182-0/+60
| | * | Update test results (checked)Sergey Petrunya2012-06-211-2/+2
| | * | Update test results.Sergey Petrunya2012-06-201-1/+1
| | * | Merge 5.2->5.3Sergey Petrunya2012-06-181-2/+2
| | |\ \ | | | |/
| | | * Adjusted results in pbxt.negation_elimination after the fix for lp bug 992380.Igor Babaev2012-06-121-2/+2
| | * | Fixed pbxt test case not run by default.unknown2012-06-061-2/+2
| * | | MDEV-342: fix two race conditions in the test case that could occasionally ca...unknown2012-06-222-0/+5
| * | | MDEV-342: Do not mark old binlog file as cleanly closed during rotate untilunknown2012-06-213-0/+92
| * | | MDEV-359: Fix another case where switch-off semisync could cause a race that ...unknown2012-06-211-1/+1
| * | | Use the portable form of INSTALL PLUGIN in rpl_mdev359.testSergei Golubchik2012-06-212-2/+2
| * | | fixing the order of includes in the rpl_mdev359.testSergei Golubchik2012-06-211-1/+1
| * | | MDEV-359: Server crash when SET GLOBAL rpl_semi_sync_master_enabled = OFFunknown2012-06-212-0/+49
| * | | Merged the fix for bug lp:944706, mdev-193unknown2012-06-191-0/+1
| |\ \ \
| | * \ \ Merge the fix for lp:944706, mdev-193unknown2012-06-061-0/+1
| | |\ \ \
| | | * | | Fix for bug lp:944706, task MDEV-193unknown2012-05-171-0/+1
| * | | | | fix innodb_bug12902967 to pass when aio check on /dev/shm failsSergei Golubchik2012-06-162-16/+4
| * | | | | mergeSergei Golubchik2012-06-1621-30/+430
| |\ \ \ \ \
| | * | | | | merged with XtraDB 1.1.8-26.0Sergei Golubchik2012-06-158-27/+5
| | * | | | | mysql-5.5 mergeSergei Golubchik2012-06-1414-5/+427
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Merging from mysql-5.1 to mysql-5.5. Annamalai Gurusami2012-05-102-0/+114
| | | |\ \ \ \
| | | | * | | | Bug #14007649 65111: INNODB SOMETIMES FAILS TO UPDATE ROWS INSERTED Annamalai Gurusami2012-05-104-0/+228
| | | | * | | | Merge from mysql-5.1.63-releaseSunanda Menon2012-05-084-0/+220
| | | | |\ \ \ \
| | | | * \ \ \ \ merge from 5.1 repoAndrei Elkin2012-04-232-0/+48
| | | | |\ \ \ \ \
| | | | * | | | | | BUG#11754117 Andrei Elkin2012-04-232-2/+2
| | | * | | | | | | Merge 5.5.24 back into main 5.5.Joerg Bruehe2012-05-074-0/+175
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | In perl, to break out of a foreach loop we need to use Annamalai Gurusami2012-05-041-1/+1
| | | * | | | | | | | BUG#13812374 - RPL.RPL_REPORT_PORT FAILS OCCASIONALLY ON PB2Manish Kumar2012-04-263-5/+8
| | | * | | | | | | | merge bug11754117-45670 fixes from 5.1: fixing result files.Andrei Elkin2012-04-212-3/+8
| | | * | | | | | | | merge bug11754117-45670 fixes from 5.1.Andrei Elkin2012-04-214-0/+179
| | | |\ \ \ \ \ \ \ \ | | | | | |/ / / / / / | | | | |/| | | | | |
| | | | * | | | | | | BUG#11754117 incorrect logging of INSERT into auto-increment Andrei Elkin2012-04-204-0/+179
| | | * | | | | | | | BUG#13979418: SHOW BINLOG EVENTS MAY CRASH THE SERVERNuno Carvalho2012-04-202-0/+48
| | | |\ \ \ \ \ \ \ \ | | | | | |_|/ / / / / | | | | |/| | | | | |
| | | | * | | | | | | BUG#13979418: SHOW BINLOG EVENTS MAY CRASH THE SERVERNuno Carvalho2012-04-202-0/+48
| | | | |/ / / / / /
| | | * | | | | | | Bug #12902967 Creating self referencing fk on same index unhandled,Annamalai Gurusami2012-04-181-2/+1
| | | * | | | | | | WL#6236: Allow SHOW MASTER LOGS and SHOW BINARY LOGS with REPLICATION CLIENTNuno Carvalho2012-04-182-0/+23
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / /
| | | | * | | | | | WL#6236: Allow SHOW MASTER LOGS and SHOW BINARY LOGS with REPLICATION CLIENTNuno Carvalho2012-04-182-0/+23
| | | * | | | | | | Bug #12902967 Creating self referencing fk on same index unhandled,Annamalai Gurusami2012-04-181-0/+1
| | | * | | | | | | Bug #12902967 CREATING SELF REFERENCING FK ON SAME INDEX Annamalai Gurusami2012-04-172-0/+48
| * | | | | | | | | Removed one variable from the test output that was depending on timing.Michael Widenius2012-06-152-3/+8
| |/ / / / / / / /
* | | | | | | | | Fixes after Serg's review of %M extenstionsMichael Widenius2012-06-1721-223/+223
* | | | | | | | | Fixed some compiler warnings and test failures found by buildbotMichael Widenius2012-06-131-0/+15
* | | | | | | | | Merge with 5.5Michael Widenius2012-06-084-1/+29
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Mergeunknown2012-06-061-0/+16
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | merge with 5.3.Sergei Golubchik2012-06-044-1/+13
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | MDEV-294 SELECT WHERE ST_CONTAINS doesn't return all the records where ST_CON...Alexey Botchkov2012-05-293-0/+12
| | * | | | | | | Update test results after the latest pushSergey Petrunya2012-05-232-2/+2