summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* introduce sysconf2dir, install tokudb.conf there, both in rpm and debSergei Golubchik2013-09-102-0/+15
* INSTALL_DOCUMENTATION function for CMakeLists.txtSergei Golubchik2013-09-101-5/+1
* MariaDB-tokudb-engine.rpmSergei Golubchik2013-09-094-3/+6
* fixes for buildbotSergei Golubchik2013-09-095-14/+21
* remove symlinks from the treeSergei Golubchik2013-09-091-1/+0
* fixes for out-of-source buildsSergei Golubchik2013-09-091-1/+1
* clustering == coveringSergei Golubchik2013-09-0928-165/+173
* tokudb test suitesSergei Golubchik2013-09-091102-195479/+199467
* Mark tokudb plugin as "Alpha" in MariaDB.Sergei Golubchik2013-09-091-6/+6
* chmod a-x *.test *.resultSergei Golubchik2013-09-09189-0/+0
* cmake fixes for tokudbSergei Golubchik2013-09-0916-55/+36
* tokudb: temporary 5.5-only hack to let the frm-only ALTER TABLE to workSergei Golubchik2013-09-091-0/+10
* tokudb: COMPRESSION = { DEFAULT | TOKUDB_UNCOMPRESSED |Sergei Golubchik2013-09-095-73/+39
* tokudb: CLUSTERING=YES syntax for indexesSergei Golubchik2013-09-096-20/+34
* tokudb: auto-increment not on the first keypartSergei Golubchik2013-09-091-1/+8
* tokudb: extended keys supportSergei Golubchik2013-09-091-1/+1
* tokudb: configure features, available in mariadb 5.5Sergei Golubchik2013-09-091-7/+6
* merge with git://github.com/Tokutek/ft-index.git up to tokudb-7.0.4Sergei Golubchik2013-09-091596-0/+398521
* merge with git://github.com/Tokutek/ft-engine.git up to tokudb-7.0.4Sergei Golubchik2013-09-09910-0/+1447971
|\
| * #57 error our unpack_blobs if the blobs input buffer can not be parsedRich Prohaska2013-07-301-1/+12
| * Merge branch 'bugs/61'zkasheff2013-07-291-13/+0
| |\
| | * refs #61, make blob expansion a non-hot operationzkasheff2013-07-291-13/+0
| * | Merge branch '6712'Yoni Fogel2013-07-171-6/+12
| |\ \ | | |/
| | * Refs Tokutek/ft-engine#40 Rename c_restrict_to_range to c_set_bounds, delete ...Yoni Fogel2013-07-171-4/+6
| | * Refs Tokutek/ft-engine/#40 Use c_restrict_to_range function to force cursor t...Yoni Fogel2013-07-171-4/+8
| * | Refs Tokutek/ft-index#28 attach gdb to the running process and extract inform...Yoni Fogel2013-07-051-0/+19
| * | refs #42, exit gracefully from ha_tokudb::create if we notice a field that is...Zardosht Kasheff2013-06-243-0/+75
| |/
| * strip carriage returnsRich Prohaska2013-05-292-5654/+5654
| * svn #6706 add GPL headers to the tokudb handlertonRich Prohaska2013-05-2833-0/+2937
| * remove overactive assert in ha_tokudb::external_lockRich Prohaska2013-05-241-3/+3
| * support upsert x=x+values(x) expressionsRich Prohaska2013-05-241-27/+55
| * #20 cleanup some static analysis issuesRich Prohaska2013-05-242-11/+3
| * compile on mysql 5.6Rich Prohaska2013-05-241-4/+5
| * handle cardinality with alter add dropRich Prohaska2013-05-242-8/+12
| * try to retain cardinality data after add/drop indexRich Prohaska2013-05-2411-188/+153
| * implement tokudb_fsync_log_periodRich Prohaska2013-05-161-64/+59
| * refs #6684, fix icp bug of queries that do multiple index_next_same calls wit...zkasheff2013-04-301-0/+1
| * #10 add binary directory's toku_include dirLeif Walsh2013-04-271-0/+1
| * try fixing namesLeif Walsh2013-04-271-4/+1
| * #10 change handlerton cmake to include ft-index directlyLeif Walsh2013-04-271-7/+14
| * res #6655 change tokudb plugin licenses to GPLRich Prohaska2013-04-211-12/+12
| * refs #6372 really use DB_TYPE_TOKUDB on mysql 5.6, will need an upgrade proce...Rich Prohaska2013-04-172-0/+6
| * refs #6372 Merge table delete bugfix to mainYoni Fogel2013-04-171-1/+5
| * fixes #6485 Move memory management for information_schema.global_status into ...Yoni Fogel2013-04-171-59/+53
| * refs #6444 export global status variables on mariadbRich Prohaska2013-04-171-1/+1
| * refs #6090 support extended keys in tokudbRich Prohaska2013-04-171-3/+1
| * refs #6372 require DB_TYPE_TOKUDB to compile the handlertonRich Prohaska2013-04-171-4/+0
| * refs #6089 build handlerton without 5.6 alter table if we wantRich Prohaska2013-04-171-0/+2
| * refs #6346 fix analyze time limitRich Prohaska2013-04-174-17/+203
| * refs #6184 run tests on darwin for funRich Prohaska2013-04-176-9/+33