summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* mysql-5.5.37 selective mergeSergei Golubchik2014-03-271124-76/+1168
|\
| * Bug#18124788 - COMPRESSED TABLES REGRESSION FROM 5.6.13Satya Bodapati2014-02-281-2/+2
| * Updated/added copyright header. Added line "use is subject to license terms" Murthy Narkedimilli2014-02-171114-0/+1114
| * Bug #18010711 UNIQUE PREFIX INDEX ON BINARY COLUMN:Thirunarayanan B2014-02-171-2/+2
| * Bug#18185930 UPD_NODE_INSERT_BLOB CAUSES BTR_EXTERN_OWNER_FLAG ASSERTIONAnnamalai Gurusami2014-02-112-4/+6
| * Bug #14049391 INNODB MISCALCULATES AUTO-INCREMENT AFTER DECREASINGThirunarayanan B2014-02-101-0/+15
| * Bug#16814264: FILTER OUT THE PERFORMANCE_SCHEMA RELAY LOG EVENTS FROM RELAY LOGRitheesh Vedire2014-01-312-2/+43
| * Bug #14668683 ASSERT REC_GET_DELETED_FLAG(REC, PAGE_IS_COMP(PAGE))Annamalai Gurusami2014-01-301-31/+8
| * BUG 18117322 - DEFINE INNODB_THREAD_SLEEP_DELAY MAX VALUEunknown2014-01-241-2/+2
| * Bug#16287752 INNODB_DATA_FILE_PATH MINIMUM SIZE Aditya A2014-01-082-2/+7
* | 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