summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* 10.0-base mergeSergei Golubchik2013-12-161165-39285/+64129
|\
| * 5.5 mergeSergei Golubchik2013-12-1529-62/+152
| |\
| | * 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
| | * 5.3 mergeSergei Golubchik2013-12-131-19/+24
| | |\
| | | * 5.2 mergeSergei Golubchik2013-12-021-19/+24
| | | |\
| | | | * 5.1 mergeSergei Golubchik2013-12-011-19/+24
| | | | |\
| | | | | * MDEV-5266 MySQL:57657 - Temporary MERGE table with temporary underlying is br...Sergei Golubchik2013-11-291-19/+24
| | * | | | fix tokudb tests that fail in --ps-protocolSergei Golubchik2013-12-126-36/+24
| | * | | | 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
| | * | | | set CMP0022 policy to avoid cmake warningsSergei Golubchik2013-11-201-1/+0
| | * | | | Fixed compiler errors and warningsMichael Widenius2013-12-021-0/+2
| | * | | | Fixes for storage_engine testsElena Stepanova2013-11-285-3/+41
| | |\ \ \ \
| | | * | | | A fix for MySQL#65146 introduced a new warning.Elena Stepanova2013-11-285-3/+41
| | * | | | | Add additional srv_use_fallocate guard for completing the IO withJan Lindström2013-11-281-1/+5
| | * | | | | MDEV-5355: InnoDB assertion at shutdown if posix_fallocate is used in ut_a(no...Jan Lindström2013-11-271-2/+8
| | |/ / / /
| * | | | | tokudb post-merge compilation fixesSergei Golubchik2013-11-232-2/+2
| * | | | | 5.5 mergeSergei Golubchik2013-11-231137-39219/+63921
| |\ \ \ \ \ | | |/ / / /
| | * | | | Percona-Server-5.5.34-rel32.0 mergeSergei Golubchik2013-11-1931-477/+713
| | * | | | 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 control...Rich Prohaska2013-10-073-20/+16
| | | * | | | tokutek/ft-engine#94 tokutek/ft-index#80 configure an upper bound on loader m...rich prohaska2013-10-071-0/+16
| | | |\ \ \ \
| | | | * | | | tokutek/ft-index#80 tokutek/ft-engine#94 add tokudb_loader_memory_size system...Rich Prohaska2013-10-031-0/+16
| | | * | | | | 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
| | | * | | | #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 tokudb_last_lock_timeout...Rich Prohaska2013-09-271-4/+3
| | | * | | | #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
| | | * | | | #97 use ${ZLIB_LIBRARY}Rich Prohaska2013-09-241-1/+1
| | | * | | | #99 reduce analyze time to 5 seconds (from 60 seconds). this will probably al...Rich Prohaska2013-09-231-2/+2
| | | * | | | #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
| | | * | | | #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