summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed warningsMichael Widenius2014-09-303-5/+10
* MDEV-6799: Crash in field_conv, memcpy_field_possibleSergey Petrunya2014-09-261-3/+6
* MDEV-6788: The variable 'role' is being used without being initialized at sql...Sergey Petrunya2014-09-251-4/+1
* MDEV-6788: The variable 'role' is being used without being initialized at sql...Sergey Petrunya2014-09-251-3/+3
* MDEV-6743 crash in GROUP_CONCAT(IF () ORDER BY 1)mariadb-10.0.14Sergei Golubchik2014-09-241-1/+1
* MDEV-6776 ujis and eucjmps erroneously accept 0x8EA0 as a valid byte sequenceAlexander Barkov2014-09-246-18/+90
* remove the bug fix for MDEV-6743 "crash in GROUP_CONCAT(IF () ORDER BY 1)"Sergei Golubchik2014-09-241-12/+0
* 5.5 mergeSergei Golubchik2014-09-231177-36799/+27956
|\
| * mergeSergei Golubchik2014-09-231172-36222/+27858
| |\
| | *-. tokudb 7.5.0Sergei Golubchik2014-09-231171-36214/+27856
| | |\ \
| | | | * DB-720 run the cluster key partition test on mariadbRich Prohaska2014-09-151-0/+1
| | | | * DB-714 read free replicationRich Prohaska2014-09-1540-44/+1142
| | | | * DB-720 test case for clustering keys on partitioned tokudb tablesRich Prohaska2014-09-152-0/+50
| | | | * DB-504 redo bulk fetch select tests in partitioned tablesRich Prohaska2014-09-1320-1168/+772
| | | | * DB-716 use jemalloc 3.6.0 in debug envRich Prohaska2014-09-121-1/+1
| | | | * DB-310 run tokudb_support_xa.test on mysql and mariadb 5.5Rich Prohaska2014-09-052-1/+2
| | | | * DB-310 add tokudb_support_xa variableBohuTANG2014-09-054-0/+277
| | | | * DB-718 test case for broken error handling in tokudb_fractal_tree_info info s...Rich Prohaska2014-09-032-0/+22
| | | | * Merge branch 'master' of github.com:Tokutek/tokudb-engineRich Prohaska2014-09-032-15/+19
| | | | |\
| | | | | * DB-717 add iterations limit to tokustatRich Prohaska2014-09-021-1/+1
| | | | | * Merge branch 'master' of github.com:Tokutek/tokudb-engineRich Prohaska2014-09-021-1/+1
| | | | | |\
| | | | | | * DB-716 use jemalloc 3.6.0 in tokudb buildsRich Prohaska2014-09-021-1/+1
| | | | | * | DB-717 add iterations limit to tokustatRich Prohaska2014-09-021-14/+18
| | | | | |/
| | | | * | DB-718 handle errors in tokudb info schema pluginsRich Prohaska2014-09-031-12/+24
| | | | |/
| | | | * DB-712 fix tokudb locks info schema test results due to new schemaRich Prohaska2014-08-284-45/+45
| | | | * Merge branch 'db703' of github.com:Tokutek/tokudb-engine into db703Rich Prohaska2014-08-280-0/+0
| | | | |\
| | | | | * DB-712 split locks and lock_waits dname into schema, table, and dictionaryRich Prohaska2014-08-271-0/+19
| | | | | * DB-703 DB-704 split dname into schema, table, and dictionaryRich Prohaska2014-08-271-59/+56
| | | | * | DB-712 split locks and lock_waits dname into schema, table, and dictionaryRich Prohaska2014-08-281-0/+19
| | | | * | DB-703 DB-704 split dname into schema, table, and dictionaryRich Prohaska2014-08-281-59/+56
| | | | * | DB-713 separate some long running tokudb tests so that valgrind runs without ...Rich Prohaska2014-08-2710-0/+19
| | | | |/
| | | | * DB-702 print upgrade failed clean shutdown required error messageRich Prohaska2014-08-271-0/+3
| | | | * DB-708 move test scriptsRich Prohaska2014-08-1949-1977/+0
| | | | * DB-504 test replace select triggers for bulk fetchRich Prohaska2014-08-182-0/+290
| | | | * DB-504 move bulk fetch testsRich Prohaska2014-08-1816-0/+0
| | | | * DB-504 test insert select with various triggers to make sure that bulk fetch ...Rich Prohaska2014-08-184-0/+401
| | | | * DB-500 allow simple deletes to use bulk fetchRich Prohaska2014-08-185-0/+246
| | | | * FT-502 print huge pages guy when env fails to openRich Prohaska2014-08-181-0/+1
| | | | * DB-506 add a session variable to enable/disable bulk fetch default enabledRich Prohaska2014-08-143-1/+4
| | | | * #268 Adding bulk fetch MTR test and result filesjoel90012014-08-1216-0/+3629
| | | | * #272 set tokudb product nameRich Prohaska2014-08-121-12/+23
| | | | * #272 set TokuDB product nameRich Prohaska2014-08-121-0/+9
| | | | * Tokutek/mariadb-5.5#71 run part_index_scan on mariadbRich Prohaska2014-08-111-0/+1
| | | | * #271 turn off FT debug flags by default. can be overridden by cmake argumentsRich Prohaska2014-08-041-0/+4
| | | | * #269 use bulk fetch for replace selectRich Prohaska2014-07-311-2/+15
| | | | * Update README.mdRIch Prohaska2014-07-231-3/+3
| | | | * #261 run multiple queries in part_index_scanRich Prohaska2014-07-232-15/+216
| | | | * #267 fix mdev5932 test and resultRich Prohaska2014-07-232-0/+2
| | | | * #261 Tokutek/mariadb-5.5#69 run part_index_scan test on mariadbRich Prohaska2014-07-221-0/+1
| | | | * #261 auto detect index scans to fix perf problem with partitionsRich Prohaska2014-07-184-80/+291