summaryrefslogtreecommitdiff
path: root/storage/tokudb/ha_tokudb.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-1187/+1896
|\
| * Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-1187/+1896
| |\
| | * Merge branch 'merge-tokudb-5.6' into 10.0-tokudb-mergeSergei Golubchik2016-06-111-209/+371
| | |\
| | | * 5.6.30-76.3Sergei Golubchik2016-06-101-104/+181
| | | * 5.6.29-76.2Sergei Golubchik2016-04-261-98/+177
| | * | Merge branch 'merge-tokudb-5.6' into 10.0-tokudb-mergeSergei Golubchik2016-06-101-1015/+1562
| | |\ \ | | | |/
| | | * 5.6.27-76.0Sergei Golubchik2015-12-151-1015/+1562
* | | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2015-12-291-139/+57
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-139/+57
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2015-12-211-1/+1
| | |\ \
| | | * | MDEV-7526: TokuDB doesn't build on OS XDevilSatan2015-12-191-1/+1
| | * | | after-merge fix partitioning testsSergei Golubchik2015-12-151-7/+1
| | * | | Merge branch 'merge-tokudb-5.6' into 10.0Sergei Golubchik2015-12-151-131/+55
| | |\ \ \ | | | | |/ | | | |/|
| | | * | 5.6.26-74.0Sergei Golubchik2015-10-261-0/+8228
| | | /
| | * | Fixed compiler warningsMonty2015-11-231-0/+2
* | | | update tokudb to 10.2Sergei Golubchik2015-11-201-3/+3
|/ / /
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-1/+1
|\ \ \ | |/ /
* | | Fixed failing tests and compiler warningsMonty2015-08-181-0/+2
* | | Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-271-30/+37
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-06-111-30/+37
| |\ \ | | |/
| | * Merge tag 'tokudb-engine/tokudb-7.5.7' into 5.5Sergei Golubchik2015-06-031-30/+37
| | |\
| | | * DB-823 fix lock tables + transaction accounting for subsequent operationsRik Prohaska2015-03-041-30/+37
* | | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-10/+26
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-10/+26
| |\ \ \ | | |/ /
| | * | Merge commit 'tokudb-engine/tokudb-7.5.6' into 5.5Sergei Golubchik2015-04-271-10/+26
| | |\ \ | | | |/
| | | * DB-805 DB-806 the tokudb loader requires a transactionRik Prohaska2015-02-261-1/+1
| | | * DB-817 fix savepoint release and duplicate savepoint name bugRik Prohaska2015-02-241-5/+9
| | | * DB-793 add debug return prints for scan_time, read_time, key_read_time, and i...Rich Prohaska2015-01-291-4/+16
* | | | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-2/+1
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-03-071-4/+39
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-02-181-4/+39
| |\ \ \ | | |/ /
| | * | Merge tag 'tokudb-7.5.5' into bb-5.5-mergeSergei Golubchik2015-02-121-4/+39
| | |\ \ | | | |/
| | | * DB-798 add the tokudb_rpl_check_readonly variable for RFRRich Prohaska2015-01-191-1/+5
| | | * DB-793 add debug tracing to records_in_range to help debug query plan problemsRich Prohaska2015-01-141-1/+4
| | | * DB-781 check killed in tokudb get_next to terminate a big partition copy. sh...Rich Prohaska2015-01-071-2/+5
| | | * DB-766 use an extra flag that is supported on MySQL and does not require a to...Rich Prohaska2014-12-211-0/+1
| | | * run on mariadb 10 with its safe mallocRich Prohaska2014-12-071-1/+1
| | | * DB-762 create tokudb trx when needed in tokudb::start_stmtRich Prohaska2014-11-191-1/+5
| | | * DB-770 tokudb::extra HA_EXTRA_NOT_USED should explicitly do nothingRich Prohaska2014-11-171-0/+2
| | | * DB-756 set cardinality data for partitioned tokudb tablesRich Prohaska2014-11-081-22/+11
| | | * DB-754 include my_config.h first for mariadb 5.5.40Rich Prohaska2014-11-051-0/+1
| | | * DB-747 merge mariadb 10 frm hack and dont compile row format compression codeRich Prohaska2014-10-251-2/+12
| | | * DB-745 merge clustering key is covering key for mariadb 10Rich Prohaska2014-10-241-1/+1
| | | * DB-746 merge clustering key is covering key for mariadb 10Rich Prohaska2014-10-241-13/+16
| | | * DB-735 use thd_killedRich Prohaska2014-10-031-6/+6
| | | * DB-732 map TOKUDB_OUT_OF_LOCKS tokudb error to HA_ERR_LOCK_TABLE_FULL handler...Rich Prohaska2014-10-011-0/+3
| | | * DB-450 use interruptible cursors for index scans and info schema scansRich Prohaska2014-09-261-24/+29
| | | * DB-397 remove table lock for tables with triggers in tokudb::start_stmtRich Prohaska2014-09-261-25/+2
| | | * DB-714 read free replicationRich Prohaska2014-09-151-40/+86
| | | * DB-500 allow simple deletes to use bulk fetchRich Prohaska2014-08-181-0/+1