summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-5698 Using ORDER BY in a FederatedX table is abnormally slowSergei Golubchik2014-02-211-12/+5
* different fix for internal Oracle MySQL bug#16324629 that doesn't crashSergei Golubchik2014-02-171-1/+2
* MySQL-5.5.36 mergeSergei Golubchik2014-02-171104-1120/+1147
|\
| * Updated/added copyright headersMurthy Narkedimilli2014-01-061100-1103/+1142
| * Bug #16324629 : SERVER CRASHES ON UPDATE/JOIN FEDERATED + Arun Kuruvila2013-12-302-2/+21
| * Bug#12762390 SHOW INNODB STATUS REPORTS NON-FK Aditya A2013-12-291-10/+0
| * Bug#17928281 'CHECK_PERFORMANCE_SCHEMA()' LEAVES 'CURRENT_THD' REFERRINGMarc Alff2013-12-111-1/+2
* | fix SphinxSE to not leave Sphinx_error status variable uninitializedSergei Golubchik2014-02-141-1/+3
* | MDEV-5405 RQG induced crash in mi_assign_to_key_cache in safe mutex unlockSergei Golubchik2014-01-271-10/+13
* | mtr: check that tests clean up debug_sync. fix tests that didn't.Sergei Golubchik2014-01-272-0/+2
* | improve oqgraph boost check to filter out newer boost versionsSergei Golubchik2014-01-261-8/+26
* | speed up tokudb tests by adding begin/commit around insert loopsMichael Widenius2014-01-2646-0/+8510
* | Fixed MDEV-4970: Wrong result with Aria table populated with disabled keysMichael Widenius2014-01-252-4/+11
* | merge 5.3->5.5unknown2014-01-262-2/+4
|\ \
| * \ 5.2 mergeSergei Golubchik2014-01-213-3/+5
| |\ \
| | * \ 5.1 mergeSergei Golubchik2014-01-218-8/+10
| | |\ \
| | | * | MDEV-5543 MyISAM repair unsafe usage of TMD files Sergei Golubchik2014-01-202-2/+4
| | | * | make 5.1 compiling with modern gcc.unknown2013-12-206-6/+6
* | | | | Fixed failures in tokudb test casesMichael Widenius2014-01-246-1/+15
* | | | | fix XtraDB to compile on WindowsSergei Golubchik2014-01-231-1/+7
* | | | | Percona-Server-5.5.35-rel33.0.tar.gzSergei Golubchik2014-01-2221-138/+405
* | | | | MySQL-5.5.35 mergeSergei Golubchik2014-01-2220-133/+366
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Testcase i_innodb.innodb-alter-restart.test fails on some Windows platformsunknown2013-10-291-1/+1
| * | | | post-push fix for bug#17565888/bug#14621190Mattias Jonsson2013-10-282-5/+7
| * | | | post-push fix for bug17565888.Mattias Jonsson2013-10-192-7/+4
| * | | | post-push fix for bug17565888.Mattias Jonsson2013-10-181-1/+2
| * | | | post-push fix for bug17565888.Mattias Jonsson2013-10-181-1/+2
| * | | | Bug#17565888: UP TO 75% INCREASE IN DBT3 QUERY (Q7) EXECUTION TIMEMattias Jonsson2013-10-184-84/+102
| * | | | Bug#17513737 INTRODUCE CHECK TABLE...QUICKAnil Toshniwal2013-10-173-30/+42
| * | | | Bug#17474166 - EXECUTING STATEMENT LIKE 'SHOW ENGINE INNODB'Praveenkumar Hulakund2013-10-091-3/+5
| * | | | Merge mysql-5.1 to mysql-5.5.Yasufumi Kinoshita2013-10-071-0/+4
| |\ \ \ \
| | * | | | Bug#17431533 : FAILING ASSERTION: INDEX->PAGE != 0XFFFFFFFF AFTER DISCARDING ...Yasufumi Kinoshita2013-10-072-0/+11
| * | | | | Bug#14621190: HA_INNOBASE::INDEX_NEXT SKIPS A RECORD IF PREVIOUSMattias Jonsson2013-10-012-6/+30
| * | | | | Adjustment for fix for Bug#11758196Yasufumi Kinoshita2013-09-301-0/+1
| * | | | | Bug#11758196 : INNODB ASSERTION FAILURE WHEN CONVERTING FROM MYISAM TO INNODBYasufumi Kinoshita2013-09-302-1/+110
| * | | | | Merge fix for BUG#17446090 from mysql-5.1 to mysql-5.5Satya Bodapati2013-09-274-10/+22
| |\ \ \ \ \ | | |/ / / /
| | * | | | Additional Fix to BUG#16755251 for 5.1 build failure and Satya Bodapati2013-09-124-4/+3
| * | | | | Fix FreeBSD build failure due to BUG#16752251 (only in 5.5)Satya Bodapati2013-09-121-0/+1
| * | | | | Merge fix for BUG#16752251 from mysql-5.1 to mysql-5.5Satya Bodapati2013-09-113-9/+54
| |\ \ \ \ \ | | |/ / / /
| | * | | | Bug#16752251 - INNODB DOESN'T REDO-LOG INSERT BUFFER MERGE OPERATION IFSatya Bodapati2013-09-116-17/+109
* | | | | | clarify plugin-load usage in tokudb.cnf fileSergei Golubchik2014-01-211-0/+6
* | | | | | Fix for MDEV-5547: Bad error message when moving very old .frm files to Maria...Michael Widenius2014-01-221-1/+1
* | | | | | MDEV-5396 Assertion `Handlerton: r==0 ' failed (errno=0) on EXPLAIN with Toku...Sergei Golubchik2013-12-172-0/+34
* | | | | | don't run tokudb tests for --embedded by defaultSergei Golubchik2013-12-156-5/+18
* | | | | | Fix tokudb.hotindex-insert-bigchar failure in buildbot.Sergei Golubchik2013-12-151-0/+1
* | | | | | 5.3 mergeSergei Golubchik2013-12-131-19/+24
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | 5.2 mergeSergei Golubchik2013-12-021-19/+24
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | 5.1 mergeSergei Golubchik2013-12-011-19/+24
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | MDEV-5266 MySQL:57657 - Temporary MERGE table with temporary underlying is br...Sergei Golubchik2013-11-291-19/+24
* | | | | | fix tokudb tests that fail in --ps-protocolSergei Golubchik2013-12-126-36/+24