summaryrefslogtreecommitdiff
path: root/storage/tokudb
Commit message (Collapse)AuthorAgeFilesLines
* Fix "cmake . && cmake -DWITHOUT_TOKUDB=1" to disable tokudbSergei Golubchik2014-02-211-3/+2
|
* mtr: check that tests clean up debug_sync. fix tests that didn't.Sergei Golubchik2014-01-272-0/+2
|
* speed up tokudb tests by adding begin/commit around insert loopsMichael Widenius2014-01-2646-0/+8510
| | | | | | Marked very long running tests as big_test
* Fixed failures in tokudb test casesMichael Widenius2014-01-246-1/+15
| | | | | | | | | | | | | | | | | storage/tokudb/mysql-test/tokudb_bugs/r/5733_innodb.result: Speed up test storage/tokudb/mysql-test/tokudb_bugs/r/5733_tokudb.result: Speed up test Fix results storage/tokudb/mysql-test/tokudb_bugs/r/xa-6.result: Ensure that mysql.proc is properly closed storage/tokudb/mysql-test/tokudb_bugs/t/5733_innodb.test: Speed up test storage/tokudb/mysql-test/tokudb_bugs/t/5733_tokudb.test: Speed up test Accept both index and range scan for one query storage/tokudb/mysql-test/tokudb_bugs/t/xa-6.test: Ensure that mysql.proc is properly closed
* clarify plugin-load usage in tokudb.cnf fileSergei Golubchik2014-01-211-0/+6
|
* MDEV-5396 Assertion `Handlerton: r==0 ' failed (errno=0) on EXPLAIN with ↵Sergei Golubchik2013-12-172-0/+34
| | | | | | | TokuDB tables Fix EXPLAIN and CREATE SELECT to join_free() (and, thus, ha_index_end()) before ha_commit_trans().
* don't run tokudb tests for --embedded by defaultSergei Golubchik2013-12-156-5/+18
|
* Fix tokudb.hotindex-insert-bigchar failure in buildbot.Sergei Golubchik2013-12-151-0/+1
| | | | | | This test needs at least 320M for tokudb-max-lock-memory. Normally tokudb-max-lock-memory is auto-sized to be 1/16th of the available RAM size, and many our test VMs have 4G of RAM.
* fix tokudb tests that fail in --ps-protocolSergei Golubchik2013-12-126-36/+24
| | | | https://github.com/Tokutek/ft-engine/issues/153
* update tokudb version. mask tests that are broken there.Sergei Golubchik2013-12-125-1/+18
|
* mysql-test: allow suite.pm add its suite to the default list.Sergei Golubchik2013-11-277-0/+17
| | | | | | run tokudb suites by default. mark big and slow tests tokudb.change_column_all_1000_1 and tokudb.change_column_all_1000_10 test as --big
* set CMP0022 policy to avoid cmake warningsSergei Golubchik2013-11-201-1/+0
|
* merge with ft-engine and ft-index up to tag:tokudb-7.1.0Sergei Golubchik2013-11-191089-38612/+62667
|\
| * #122 change default compression to zlib and add a session variable to ↵Rich Prohaska2013-10-073-20/+16
| | | | | | | | control create info row format
| * tokutek/ft-engine#94 tokutek/ft-index#80 configure an upper bound on loader ↵rich prohaska2013-10-071-0/+16
| |\ | | | | | | | | | | | | | | | | | | memory reservations Merge branch 'loadermem80'
| | * tokutek/ft-index#80 tokutek/ft-engine#94 add tokudb_loader_memory_size ↵Rich Prohaska2013-10-031-0/+16
| | | | | | | | | | | | system variable that controls the size of each loader memory size
| * | tokutek/ft-index#76 add US Patent 8,489,638Rich Prohaska2013-10-0433-0/+33
| | |
| * | #121 change default basement node size to 64KB from 128KBRich Prohaska2013-10-041-1/+1
| |/
| * #90 set tokudb_last_lock_timeout to a string parsable by the python json moduleRich Prohaska2013-10-021-9/+9
| |
| * tokutek/ft-engine#111 tokutek/ft-index#74 merge the tokumx error message for ↵Rich Prohaska2013-09-301-8/+32
| | | | | | | | transparent huge pages into tokudb
| * #80 default compress tokudb bulk loader temp filesRich Prohaska2013-09-301-2/+2
| |
| * #86 tokudb lock tree info schemaRich Prohaska2013-09-271-13/+27
| |
| * remove cruftRich Prohaska2013-09-273-55/+5
| |
| * #104 default capture lock timeout conflict info into ↵Rich Prohaska2013-09-271-4/+3
| | | | | | | | tokudb_last_lock_timeout variable
| * #92 add compiler and cmake checks from mariadbRich Prohaska2013-09-261-0/+16
| |
| * #104 write frm for existing tables before the txn is committedRich Prohaska2013-09-262-27/+0
| |
| * #92 use parent txn in ::delete_or_rename_table. this removes error messages ↵Rich Prohaska2013-09-241-4/+12
| | | | | | | | when running dict_leak_3518 test
| * #97 use ${ZLIB_LIBRARY}Rich Prohaska2013-09-241-1/+1
| |
| * #99 reduce analyze time to 5 seconds (from 60 seconds). this will probably ↵Rich Prohaska2013-09-231-2/+2
| | | | | | | | allow > 1M rows to be in the cardinality computation
| * #92 add key_is_clustering accessorRich Prohaska2013-09-235-20/+24
| |
| * #92 remove memcpy_fixed (no longer necessary)Rich Prohaska2013-09-232-13/+5
| |
| * #92 simplify my_free callsRich Prohaska2013-09-236-65/+53
| |
| * refs #94, for keys with strings, add a memcmp at the end of the comparisonZardosht Kasheff2013-09-204-50/+96
| | | | | | | | | | | | function if we are doing comparisons in the fractal tree, so that case-insensitivities get resolved. Comparisons done inside the handlerton are unaffected.
| * #81 cleanup thread variables a bitRich Prohaska2013-09-202-17/+2
| |
| * #81 denormalize dname in tokudb_file_mapRich Prohaska2013-09-191-37/+54
| |
| * #81 cleanup thread variablesRich Prohaska2013-09-194-267/+243
| |
| * added -flto -fuse-linker-plugin to RelWithDebInfo #77Leif Walsh2013-09-171-0/+1
| |
| * refs #82 delete the user data information schemasRich Prohaska2013-09-171-340/+1
| |
| * refs #83 cond compile gdb on error featureRich Prohaska2013-09-171-4/+7
| |
| * refs #71 basic lock tree visualizationRich Prohaska2013-09-152-46/+396
| |
| * refs #71 rearrange IS codeRich Prohaska2013-09-103-603/+606
| |
| * refs Tokutek/ft-engine#30 trace all txn begin callsRich Prohaska2013-09-093-37/+50
| |
| * Tokutek/mysql56#26 fix crash on alter table of partitioned tokudb tableRich Prohaska2013-08-291-3/+8
| |
| * refs #26 fix inplace_alter_table for tokudb partitionsRich Prohaska2013-08-291-0/+8
| |
| * rebase to mysql 5.6.13Rich Prohaska2013-08-271-3/+3
| |
| * start port to mysql 5.6.13Rich Prohaska2013-08-261-1/+10
| |
| * Tokutek/mysql56#2 get tokudb storage engine to build on mysql 5.6Rich Prohaska2013-08-252-1/+7
| |
| * #69 run create unique index with MDL shared no write (not hot WRT writes)Rich Prohaska2013-08-212-2/+8
| |
| * closes #66, have may_table_be_empty call use the same transaction that opens ↵Zardosht Kasheff2013-08-171-1/+1
| | | | | | | | and possibly creates the table, otherwise it may block behind that transaction's lock tree locks
| * #64 get hot text and blob column expansion workingRich Prohaska2013-08-154-97/+269
| |