summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* compilation failure on windowsSergei Golubchik2014-03-271-12/+3
* MDEV-5930 Server crashes in thd_get_ha_data on CREATE OR REPLACE TABLEMichael Widenius2014-03-232-0/+29
* MDEV-5818: MySQL WL#6145: Separate the dependence of DATA DIRECTORY from symb...Michael Widenius2014-03-232-8/+44
* MDEV-5943 'show table status' does not immediately show tokudb tablesSergei Golubchik2014-03-264-0/+40
* update tokudb tests for 10.0Sergei Golubchik2014-03-2613-30/+21
* 5.5 mergeSergei Golubchik2014-03-26531-120804/+128201
|\
| * MDEV-5905: Creating tmp. memory table kills the serverMichael Widenius2014-03-266-10/+13
| * 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
| | * #169 simplify the tokudb config for mariadb 5.5Rich Prohaska2014-01-201-13/+0
| | * #168 remove obsolete is_fast_alter_runningRich Prohaska2014-01-152-14/+4
| | * #167 use a serializable cursor to check for PK duplicateRich Prohaska2014-01-151-3/+3
| | * #167 ignore dictionary too new errorsRich Prohaska2014-01-141-9/+2
| | * #166 pretty print external lock typeRich Prohaska2014-01-141-2/+8
| | * #166 add this handler to debug enter and returnRich Prohaska2014-01-146-185/+201
| | * #159 set last_auto_increment from create infoRich Prohaska2014-01-081-38/+26
| | * #158 support slave exec mode idempotentRich Prohaska2013-12-272-16/+28
| | * #148 change the default of tokudb_hide_default_row_format to ONRich Prohaska2013-12-221-1/+1
| | * register the tokudb_alter_print_error variableRich Prohaska2013-12-201-0/+1
| | * add a session variable that controls whether or not alter table errors are pr...Rich Prohaska2013-12-202-6/+14
| | * #157 fix tokudb::index_next_same error handlingRich Prohaska2013-12-181-2/+3
| | * Tokutek/mysql56#42 turn on HA_PRIMARY_KEY_REQUIRED_FOR_POSITION to fix failin...Rich Prohaska2013-12-161-2/+2
| | * #152 fix MDEV-5399Rich Prohaska2013-12-142-36/+35
| | * remove junk debug codeRich Prohaska2013-12-122-38/+1
| | * #150 cleanup cursor when a txn is retiredRich Prohaska2013-12-122-1/+1
| | * port to mysql 5.6.15Rich Prohaska2013-12-115-25/+27
| | * #141 fix another open close raceRich Prohaska2013-12-102-1/+4
| | * #141 fix table open and close raceRich Prohaska2013-12-091-8/+11
| | * #150 cleanup indexing cursor when a txn is retiredRich Prohaska2013-12-084-1/+47
| | * #141 redo table open and close locking to avoid table opening pileupRich Prohaska2013-12-054-94/+166