summaryrefslogtreecommitdiff
path: root/mysql-test/suite
Commit message (Expand)AuthorAgeFilesLines
* error messages: name the storage engine explicitly,Sergei Golubchik2013-04-0926-196/+198
* assisted discovery in federatedxSergei Golubchik2013-04-092-0/+71
* * frm extra2 segment.Sergei Golubchik2013-04-095-33/+35
* discovery using sql CREATE TABLE statementSergei Golubchik2013-04-091-1/+1
* discover of table non-existance on dropSergei Golubchik2013-04-092-2/+22
* CREATE TABLE and frm-less discovering engines.Sergei Golubchik2013-04-094-1/+51
* write frm pieces contiguously, don't align them on a 4K boundarySergei Golubchik2013-04-092-4/+4
* cleanup frm creation:Sergei Golubchik2013-04-092-4/+4
* HA_ERR_TABLE_DEF_CHANGED support in ha_archiveSergei Golubchik2013-04-094-4/+20
* remove dd_frm_type(), dd_frm_storage_engine(), dd_check_storage_engine_flag()Sergei Golubchik2013-04-094-25/+61
* fix mysql_rm_table_no_locks() not to use dd_frm_type, because the frm fileSergei Golubchik2013-04-091-3/+4
* * don't use 1-8 numbers for open_table_error codes, use an enum.Sergei Golubchik2013-04-096-15/+9
* file-based table discovery for discovering storage enginesSergei Golubchik2013-04-094-60/+126
* find_files(): don't sort files in my_dir(), sort table namesSergei Golubchik2013-04-075-14/+14
* small cleanupSergei Golubchik2013-04-071-1/+0
* 5.5 mergeSergei Golubchik2013-03-27220-1964/+2944
|\
| * MDEV-4307 Support at least 48 utf8 characters in username in server and PAMSergei Golubchik2013-03-262-0/+44
| * fixes for windowsSergei Golubchik2013-03-252-2/+4
| * MDEV-249 QUERY CACHE INFORMATIONSergei Golubchik2013-03-206-0/+75
| * OPTION is now a valid identifier (not a reserved word)Michael Widenius2013-03-142-12/+3
| * merge with XtraDB as of Percona-Server-5.5.30-rel30.1Sergei Golubchik2013-03-089-37/+0
| * MDEV-4066 semisync_master + temporary tables causes memory leaksSergei Golubchik2013-03-052-0/+25
| * Automatic mergeMichael Widenius2013-03-012-0/+46
| |\
| | * Added test case for bug in replace with replication that existed in MySQL 5.1:Michael Widenius2013-02-282-0/+46
| * | merge with XtraDB as of Percona-Server-5.5.29-rel30.0Sergei Golubchik2013-02-282-0/+0
| * | 5.3->5.5 mergeSergei Golubchik2013-02-282-0/+46
| |\ \
| | * \ 5.2 -> 5.3Sergei Golubchik2013-02-2816-296/+555
| | |\ \
| | | * \ 5.1 -> 5.2 mergeSergei Golubchik2013-02-2816-296/+555
| | | |\ \
| | | | * \ mysql-5.1 mergeSergei Golubchik2013-02-2815-291/+549
| | | | |\ \
| | | | | * | Fixing a pb2 issue. There is some difference in the output in my local machi...Annamalai Gurusami2012-12-242-1/+5
| * | | | | | merge with mysql-5.5.30 minus few incorrect or not applicable changesetsSergei Golubchik2013-02-2867-947/+1698
| |\ \ \ \ \ \
| | * | | | | | Fix for Bug#14636211 WRONG RESULT (EXTRA ROW) ON A FROM SUBQUERY Olav Sandstaa2013-01-151-3/+3
| | * | | | | | Bug#16060864 SEGMENTATION FAULT IN PERFORMANCE_SCHEMA WITH HISTORY SIZE 0Marc Alff2013-01-029-0/+329
| | * | | | | | Merging from mysql-5.1 to mysql-5.5. Annamalai Gurusami2012-12-112-2/+2
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | | * | | | | Bug #14200010 NEWLY CREATED TABLE DOESN'T ALLOW FOR LOOSE INDEX SCANSAnnamalai Gurusami2012-12-112-2/+2
| | * | | | | | BUG#12359942 - REPLICATION TEST FROM ENGINE SUITE RPL_ROW_UNTIL TIMES OUTShivji Kumar Jha2012-12-091-2/+1
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | BUG#12359942 - REPLICATION TEST FROM ENGINE SUITE Shivji Kumar Jha2012-12-093-3/+3
| | * | | | | | BUG#12359942 - REPLICATION TEST FROM ENGINE SUITE RPL_ROW_UNTIL TIMES OUTShivji Kumar Jha2012-12-054-271/+153
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | BUG#12359942 - REPLICATION TEST FROM ENGINE SUITE RPL_ROW_UNTIL TIMES OUTShivji Kumar Jha2012-11-304-262/+152
| | * | | | | | Bug#13545447 RPL_ROTATE_LOGS FAILS DUE TO CONCURRENCY ISSUES IN REP. CODEPedro Gomes2012-12-042-30/+63
| | * | | | | | BUG#13812374 - RPL.RPL_REPORT_PORT FAILS OCCASIONALLY ON PB2Manish Kumar2012-12-042-0/+8
| | * | | | | | Bug#59354 : Bug #12659252 : ASSERT !OTHER_LOCK AT LOCK_REC_ADD_TO_QUEUE DURIN...Yasufumi Kinoshita2012-11-282-0/+114
| | |\ \ \ \ \ \ | | | |/ / / / /
| | * | | | | | BUG#15891524: RLI_FAKE MODE IS NOT UNSET AFTER BINLOG REPLAYNuno Carvalho2012-11-2014-0/+383
| | * | | | | | Bug#14147491 - INFINITE LOOP WHEN OPENING A CORRUPTED TABLESatya Bodapati2012-11-193-0/+93
| | * | | | | | Mergeunknown2012-11-164-460/+0
| | |\ \ \ \ \ \
| | | * | | | | | remove usage of --skip-ndb from collectionsunknown2012-11-154-460/+0
| | * | | | | | | Merge mysql-5.1 to mysql-5.5.Marko Mäkelä2012-11-152-18/+0
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| / / / / / | | | |/ / / / /
| | * | | | | | Fix Bug #14753402 - FAILING ASSERTION: LEN == IFIELD->FIXED_LENJimmy Yang2012-11-142-0/+18
| | * | | | | | This is a backport of "WL#5674 InnoDB: report all deadlocks (Bug#1784)"Vasil Dimov2012-11-122-0/+70
| | * | | | | | Bug #14676111 WRONG PAGE_LEVEL WRITTEN FOR UPPER THAN FATHER PAGE AT BTR_LIFT...Yasufumi Kinoshita2012-11-124-0/+289
| | |\ \ \ \ \ \ | | | |/ / / / /