summaryrefslogtreecommitdiff
path: root/storage/tokudb
Commit message (Expand)AuthorAgeFilesLines
* disable unstable tokudb testsSergei Golubchik2014-05-313-8/+4
* after tokudb-7.1.6 mergeSergei Golubchik2014-05-062-2/+2
* merge:Sergei Golubchik2014-05-05416-78129/+86120
|\
| * #224 fail tokudb init if jemalloc is not loadedRich Prohaska2014-05-053-44/+50
| * #223 build tokudb without upsertsRich Prohaska2014-05-022-9/+3
| * #222 filter out degenerate key range in tokudb::record_in_rangeRich Prohaska2014-04-301-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-211-1/+3
| * #110 turn off replace into and insert ignore optimizations when binlog format...Rich Prohaska2014-04-211-5/+1
| * #202 allow non-null AND null key index cursor operations (2nd try)Rich Prohaska2014-04-183-12/+13
| * #206 support mariadb 10.0.10 start_bulk_insert api changeRich Prohaska2014-04-172-2/+10
| * #212 binlog row replication turns the insert ignore optimization offRich Prohaska2014-04-141-7/+11
| * #202 allow non-null AND null key index cursor operationsRich Prohaska2014-04-142-2/+28
| * #194 fix gcc 4.8 warningsRich Prohaska2014-04-133-34/+18
| * #206 compile without partition storage engineRich Prohaska2014-04-092-13/+20
| * #206 support mariadb 10.0.10 alter compression table attributeRich Prohaska2014-04-083-4/+10
| * #209 add variable to control table empty algorithmRich Prohaska2014-04-083-11/+41
| * #208 debug create temp table and transactionsRich Prohaska2014-04-072-14/+6
| * #133 dont overlock key ranges for unique secondary keysRich Prohaska2014-04-072-51/+45
| * #209 add tokudb_open_table_check_empty session variable to enable/disable may...Rich Prohaska2014-04-033-1/+4
| * #205 build tokudb with webscalesql-5.6Rich Prohaska2014-03-312-6/+24
| * #204 print compression status variablesRich Prohaska2014-03-311-47/+44
| * #200 handle errors when writing cardinality dataRich Prohaska2014-03-203-10/+15
| * #195 merge mariadb 10.0.9Rich Prohaska2014-03-187-126/+235
| * #198 add tokudb_backtrace to help debug handler interface bugsRich Prohaska2014-03-122-0/+16
| * Fix include search paths in the handlertonJohn Esmet2014-03-041-4/+1
* | Merge from 5.3.Alexander Barkov2014-04-211-0/+18
* | MDEV-5822 TokuDB fails to compile without partition storage engineSergei Golubchik2014-03-241-2/+2
* | tokudb: make compression=TOKUDB_ZLIB the default (instead of TOKUDB_UNCOMPRES...Sergei Golubchik2014-03-241-1/+1
* | merge ft-index and ft-engine as of 7.1.5Sergei Golubchik2014-03-18528-120780/+128627
|\ \ | |/
| * #192 support HTON_SUPPORTS_CLUSTERED_KEYStokudb-7.1.5-rc.4tokudb-7.1.5Rich Prohaska2014-02-261-0/+3
| * #191 support -DTOKUDB_VERSION=SOME_VERSION_STRINGRich Prohaska2014-02-261-7/+6
| * #188 keep track of and cleanup last_lock_timeout memorytokudb-7.1.5-rc.3Rich Prohaska2014-02-242-7/+65
| * #190 zero out new null bytes to force valgrind to quit complaining about unin...Rich Prohaska2014-02-211-1/+2
| * #189 add tokudb_kill_time session variable to set lock tree kill callback fre...Rich Prohaska2014-02-212-11/+20
| * #186 update cardinality on first table openRich Prohaska2014-02-202-34/+21
| * #185 fix out of range read from uint3korrRich Prohaska2014-02-144-9/+16
| * #184 fix mismatch between table_share->key_parts and the number really there....Rich Prohaska2014-02-133-19/+33
| * #182 fix dbt array memory leakRich Prohaska2014-02-122-18/+30
| * #181 fix memory leak of the inserted bytes partitioned counterRich Prohaska2014-02-111-0/+5
| * #180 avoid thd_proc_info pointing to invalid info (like when a function sets ...tokudb-7.1.5-rc.1Rich Prohaska2014-02-074-10/+20
| * #178 clean up hatoku_defines.h a bit. it is a mess.Rich Prohaska2014-02-072-39/+51
| * #177 disable inline alter table drop default, add key, drop key, rename colum...Rich Prohaska2014-02-053-11/+21
| * #175 compare enums using eq_defRich Prohaska2014-02-031-18/+19
| * #172 simplify test case for -30994 leakRich Prohaska2014-01-311-0/+6
| * #172 map ydb errors to handler errors in prelocking functionsRich Prohaska2014-01-293-23/+31
| * #171 add a field types array to classify types into fixed, variable and blob ...Rich Prohaska2014-01-244-40/+45
| * #171 clean up tokudb comparison APIs a bitRich Prohaska2014-01-242-61/+60
| * Tokutek/mysql56#54 fix to tokudb::external_lock for the alter table assert bu...Rich Prohaska2014-01-223-52/+72