summaryrefslogtreecommitdiff
path: root/storage/tokudb
Commit message (Expand)AuthorAgeFilesLines
* fixes for test casesSergei Golubchik2014-09-162-4/+4
* 5.5 mergeSergei Golubchik2014-09-16469-11460/+19003
|\
| * ft-index: restore a chunk that was lost in the mergeSergei Golubchik2014-09-134-7/+32
| * tokudb: use thd_killed() api function, not thd->killed directlySergei Golubchik2014-09-133-6/+8
| * tokudb tests: master-slave.inc should be included *last*Sergei Golubchik2014-09-136-6/+6
| * tokudb 7.1.8Sergei Golubchik2014-09-13459-11469/+18894
| |\
| | * DB-500 allow simple deletes to use bulk fetchRich Prohaska2014-08-191-0/+1
| | * FT-502 print huge pages guy when env fails to openRich Prohaska2014-08-191-0/+1
| | * DB-506 add a session variable to enable/disable bulk fetch default enabledRich Prohaska2014-08-143-1/+4
| | * #271 turn off FT debug flags by default. can be overridden by cmake argumentsRich Prohaska2014-08-111-0/+4
| | * #269 use bulk fetch for replace selectRich Prohaska2014-07-311-2/+15
| | * #261 auto detect index scans to fix perf problem with partitionsRich Prohaska2014-07-182-80/+91
| | * #261 debug prelocking for index scansRich Prohaska2014-07-181-4/+4
| | * #263 enable bulk fetch for insert select sql commandsRich Prohaska2014-07-161-5/+2
| | * #262 enable bulk fetch for create select sql commandsRich Prohaska2014-07-161-3/+3
| | * #258 support deferred XA recovery with discard of prepared txns and dirty shu...Rich Prohaska2014-07-101-8/+35
| | * #257 disable missing field initializer warningRich Prohaska2014-07-031-0/+19
| | * #256 only force MDL X for certain alter table operationsRich Prohaska2014-07-031-21/+29
| | * #252 fix the MDEV-6324 fixRich Prohaska2014-06-131-1/+1
| | * #250 reset thd proc info in end_bulk_insert to fix invalid proc info pointer ...Rich Prohaska2014-06-132-5/+3
| | * #252 fix MDEV-6324 uninit var in discover3Rich Prohaska2014-06-102-2/+2
| | * #250 restore proc info to valid pointers in commit, abort, analyze, and optimizeRich Prohaska2014-06-043-17/+19
| | * #225 fix tokudb store lock to fix lock tables crashRich Prohaska2014-06-011-1/+1
| | * #225 hot optimize for 5.6 and 10.0 using alter recreateRich Prohaska2014-06-015-44/+64
| | * #245 use row estimate parameter to start_bulk_insert to decide if a loader is...Rich Prohaska2014-05-311-1/+1
| | * #241 unique key check should avoid relocking keys if the table is already pre...Rich Prohaska2014-05-292-87/+20
| | * #206 merge mariadb 10.0.11 changesRich Prohaska2014-05-201-1/+7
| | * #221 fix tokudb::estimate_num_rowsRich Prohaska2014-05-131-12/+2
| | * #232 compile in jemalloc detectorRich Prohaska2014-05-122-3/+4
| | * #228 use thd_get/set_ha_data for tokudb_trx dataRich Prohaska2014-05-074-46/+32
| | * #226 delete CMakeLists.in, no longer usedRich Prohaska2014-05-071-29/+0
| | * #224 fail tokudb init if jemalloc is not loadedRich Prohaska2014-05-053-44/+50
| | * #223 build tokudb without upsertsRich Prohaska2014-05-032-9/+3
| | * #222 filter out degenerate key range in tokudb::record_in_rangeRich Prohaska2014-05-011-45/+24
| | * #218 fix incorrect use of num_DBs_lockRich Prohaska2014-04-291-7/+25
| | * ft-index#218 use cursor set range with bound for point queriesRich Prohaska2014-04-252-13/+13
| | * #110 turn off replace into and insert ignore optimizations when binlog format...Rich Prohaska2014-04-251-1/+3
| | * #110 turn off replace into and insert ignore optimizations when binlog format...Rich Prohaska2014-04-251-5/+1
| | * #202 allow non-null AND null key index cursor operations (2nd try)Rich Prohaska2014-04-253-12/+13
| | * #206 support mariadb 10.0.10 start_bulk_insert api changeRich Prohaska2014-04-252-2/+10
| | * #212 binlog row replication turns the insert ignore optimization offRich Prohaska2014-04-251-7/+11
| | * #202 allow non-null AND null key index cursor operationsRich Prohaska2014-04-252-2/+28
| | * #194 fix gcc 4.8 warningsRich Prohaska2014-04-253-34/+18
| | * #206 compile without partition storage engineRich Prohaska2014-04-252-13/+20
| | * #206 support mariadb 10.0.10 alter compression table attributeRich Prohaska2014-04-253-4/+10
| | * #209 add variable to control table empty algorithmRich Prohaska2014-04-253-11/+41
| | * #208 debug create temp table and transactionsRich Prohaska2014-04-252-14/+6
| | * #133 dont overlock key ranges for unique secondary keysRich Prohaska2014-04-252-51/+45
| | * #209 add tokudb_open_table_check_empty session variable to enable/disable may...Rich Prohaska2014-04-253-1/+4
| | * #205 build tokudb with webscalesql-5.6Rich Prohaska2014-04-252-6/+24