summaryrefslogtreecommitdiff
path: root/storage/tokudb
Commit message (Expand)AuthorAgeFilesLines
* cmake: remove unused checks, options, and symbolsSergei Golubchik2015-11-233-4/+5
* fix debian packaging for 10.2Sergei Golubchik2015-11-231-1/+1
* Merge branch '10.1' into 10.2Sergei Golubchik2015-11-204-13/+39
|\
| * fix tokudb compilation with bundled zlibSergei Golubchik2015-11-192-3/+4
| * Merge branch '10.0' into 10.1Sergei Golubchik2015-11-192-8/+27
| |\
| | * MDEV-7550 TokuDB crashes in build tests on LaunchpadAlexander Barkov2015-11-061-5/+10
| | * MDEV-8868 Consider adding a check for libjemalloc version in cmake and/or at ...Sergei Golubchik2015-10-221-3/+17
| * | MDEV-8962 TokuDB tries to build on OS X, even when disabled in compile flagSergei Golubchik2015-11-161-5/+11
* | | update tokudb to 10.2Sergei Golubchik2015-11-205-14/+14
|/ /
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-10-122-34/+32
|\ \ | |/
| * Fixed tokudb test result to make it stable (was altering between index and ra...Monty2015-10-082-34/+32
* | MDEV-3929 Add system variable explicit_defaults_for_timestamp for compatibili...Alexander Barkov2015-09-224-20/+20
* | MDEV-8466 CAST works differently for DECIMAL/INT vs DOUBLE for empty stringsAlexander Barkov2015-09-172-3/+8
* | cmake: always use the same function to test for compiler flagsSergei Golubchik2015-09-042-84/+28
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-1/+1
|\ \ | |/
* | Fixed failing tests and compiler warningsMonty2015-08-181-0/+2
* | Ensure that fields declared with NOT NULL doesn't have DEFAULT values if not ...Monty2015-08-1831-77/+79
* | Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-2740-128/+638
|\ \ | |/
| * Merge branch '5.5' into 10.0Sergei Golubchik2015-06-1140-128/+638
| |\
| | * more renames after tokudb mergeSergei Golubchik2015-06-1110-0/+156
| | * fix after the tokudb ft-index mergeSergei Golubchik2015-06-112-0/+255
| | * update tokudb versionSergei Golubchik2015-06-081-1/+1
| | * Merge tag 'tokudb-engine/tokudb-7.5.7' into 5.5Sergei Golubchik2015-06-0313-74/+105
| | |\
| | | * DB-832 add start time to tokudb_trx information schema tableRik Prohaska2015-04-061-3/+13
| | | * DB-834 check table reports the corrupt index nameRik Prohaska2015-04-011-5/+13
| | | * DB-829 ignore read uncommitted errors when querying tokudb_fractal_tree_infoRik Prohaska2015-03-251-0/+2
| | | * DB-823 fix lock tables + transaction accounting for subsequent operationsRik Prohaska2015-03-043-36/+47
| | * | Merge tag 'tokudb-ft-index/tokudb-7.5.7' into 5.5Sergei Golubchik2015-06-0314-53/+121
* | | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-0139-135/+718
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-0439-135/+718
| |\ \ \ | | |/ /
| | * | Merge commit 'tokudb-engine/tokudb-7.5.6' into 5.5Sergei Golubchik2015-04-2713-69/+230
| | |\ \ | | | |/
| | | * 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-242-12/+25
| | | * DB-814 cleanup trx->sp_level when master txn (trx->all) is retiredRik Prohaska2015-02-181-10/+10
| | | * DB-813 add an interrupt callback to the analyze cursor to allow early termina...Rik Prohaska2015-02-164-27/+71
| | | * DB-808 skip sync of the log if tokudb_fsync_log_period > 0Rich Prohaska2015-02-021-3/+13
| | | * DB-793 add debug return prints for scan_time, read_time, key_read_time, and i...Rich Prohaska2015-01-291-4/+16
| | * | Merge commit 'tokudb-ft-index/tokudb-7.5.6' into 5.5Sergei Golubchik2015-04-2725-65/+487
| | * | tokuftdump: Install to ${INSTALL_BINDIR} instead of binSergei Golubchik2015-04-201-1/+1
* | | | update big tokudb test results after dd8f93195Sergei Golubchik2015-05-162-20000/+20000
* | | | update tokudb test results after dd8f93195Sergei Golubchik2015-04-1180-225/+225
* | | | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-2/+1
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-03-0730-57/+556
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-03-061-1/+1
| |\ \ \ | | |/ /
| | * | update tokudb version after mergeSergei Golubchik2015-02-271-1/+1
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-02-1829-56/+555
| |\ \ \ | | |/ /
| | * | Merge tag 'tokudb-7.5.5' into bb-5.5-mergeSergei Golubchik2015-02-1229-56/+552
| | |\ \ | | | |/
| | | * DB-798 add the tokudb_rpl_check_readonly variable for RFRRich Prohaska2015-01-193-1/+9
| | | * DB-777 when a tokudb lock timeout occurs print info about the conflicting que...Rich Prohaska2015-01-151-0/+1
| | | * DB-777 when a tokudb lock timeout occurs print info about the conflicting que...Rich Prohaska2015-01-152-2/+43