Sergei Golubchik
eef1201bcc
set version to 10.1.0
2014-05-25 17:17:50 +02:00
Sergei Golubchik
d3e2e1243b
5.5 merge
2014-05-09 12:35:11 +02:00
Sergei Golubchik
aff4854dfd
merge:
...
git://github.com/Tokutek/ft-index.git
git://github.com/Tokutek/ft-engine.git
at the tag tokudb-7.1.6
2014-05-05 22:59:44 +02:00
Rich Prohaska
394202d207
#224 fail tokudb init if jemalloc is not loaded
2014-05-05 07:59:33 -04:00
Sergei Golubchik
5b6c75ca4d
increase TokuDB plugins maturity to "stable".
2014-05-01 14:06:06 +02:00
Rich Prohaska
cb41cf0db1
#194 fix gcc 4.8 warnings
2014-04-13 14:40:54 -04:00
Rich Prohaska
38b95830b5
#206 support mariadb 10.0.10 alter compression table attribute
2014-04-08 15:24:06 -04:00
Rich Prohaska
5b3f63c0d0
#209 add variable to control table empty algorithm
2014-04-08 11:15:28 -04:00
Rich Prohaska
fb30dc2667
#208 debug create temp table and transactions
2014-04-07 16:58:51 -04:00
Rich Prohaska
22bf01e7f5
#209 add tokudb_open_table_check_empty session variable to enable/disable may_table_be_open
2014-04-03 11:21:00 -04:00
Rich Prohaska
a77a73fd32
#204 print compression status variables
2014-03-31 08:57:42 -04:00
Sergei Golubchik
10740939eb
5.5 merge
2014-03-26 22:25:38 +01:00
Sergei Golubchik
525c3c2435
TokuDB: make the default value for the table compression= attribute to come
...
from the variable @@session.tokudb_row_format
2014-03-26 09:33:54 +01:00
Sergei Golubchik
c18fb72e71
tokudb: make compression=TOKUDB_ZLIB the default (instead of TOKUDB_UNCOMPRESSED)
...
for new tables
2014-03-24 20:01:50 +01:00
Sergei Golubchik
94c97e5b68
update plugins' maturity levels:
...
old plugins get STABLE
newer plugins get GAMMA
those that had bugs recently get BETA
2014-03-19 09:56:46 +01:00
Rich Prohaska
daddc85f76
#195 merge mariadb 10.0.9
2014-03-18 19:18:40 -04:00
Sergei Golubchik
99a0b5464d
merge ft-index and ft-engine as of 7.1.5
2014-03-18 09:02:57 +01:00
Rich Prohaska
ff1be5d961
#198 add tokudb_backtrace to help debug handler interface bugs
2014-03-12 10:28:57 -04:00
Rich Prohaska
4e6d8249db
#192 support HTON_SUPPORTS_CLUSTERED_KEYS
2014-02-26 14:39:06 -05:00
Rich Prohaska
e9b9fd9077
#188 keep track of and cleanup last_lock_timeout memory
2014-02-24 09:46:24 -05:00
Rich Prohaska
3fbd54a96d
#189 add tokudb_kill_time session variable to set lock tree kill callback frequency
2014-02-21 08:21:31 -05:00
Rich Prohaska
d06d73633d
#181 fix memory leak of the inserted bytes partitioned counter
2014-02-11 14:24:02 -05:00
Rich Prohaska
dfe4872524
#180 avoid thd_proc_info pointing to invalid info (like when a function sets proc info with a local variable and then returns)
2014-02-07 12:58:10 -05:00
Rich Prohaska
3ec9648f3d
Tokutek/mysql56#54 fix to tokudb::external_lock for the alter table assert bug, plus a rewrite of the tokudb debug tracing
2014-01-22 08:54:46 -05:00
Rich Prohaska
c7836bb38d
#166 add this handler to debug enter and return
2014-01-14 14:00:58 -05:00
Sergei Golubchik
ffa8c4cfcc
Percona-Server-5.6.14-rel62.0 merge
...
support ha_innodb.so as a dynamic plugin.
* remove obsolete *,innodb_plugin.rdiff files
* s/--plugin-load=/--plugin-load-add=/
* MYSQL_PLUGIN_IMPORT glob_hostname[]
* use my_error instead of push_warning_printf(ER_DEFAULT)
* don't use tdc_size and tc_size in a module
update test cases (XtraDB is 5.6.14, InnoDB is 5.6.10)
* copy new tests over
* disable some tests for (old) InnoDB
* delete XtraDB tests that no longer apply
small compatibility changes:
* s/HTON_EXTENDED_KEYS/HTON_SUPPORTS_EXTENDED_KEYS/
* revert unnecessary InnoDB changes to make it a bit closer to the upstream
fix XtraDB to compile on Windows (both as a static and a dynamic plugin)
disable XtraDB on Windows (deadlocks) and where no atomic ops are available (e.g. CentOS 5)
storage/innobase/handler/ha_innodb.cc:
revert few unnecessary changes to make it a bit closer to the original InnoDB
storage/innobase/include/univ.i:
correct the version to match what it was merged from
2013-12-22 17:06:50 +01:00
Rich Prohaska
6e3e7fb5fc
register the tokudb_alter_print_error variable
2013-12-20 09:14:56 -05:00
Sergei Golubchik
d28d3ba40d
10.0-base merge
2013-12-16 13:02:21 +01:00
Rich Prohaska
5172855d16
#150 cleanup cursor when a txn is retired
2013-12-12 16:14:12 -05:00
Rich Prohaska
610474f974
#150 cleanup indexing cursor when a txn is retired
2013-12-08 16:36:37 -05:00
Rich Prohaska
b65e6e3d74
#141 redo table open and close locking to avoid table opening pileup
2013-12-05 11:59:34 -05:00
Rich Prohaska
7e71d5fd62
#142 remove tokudb meta dictionary
2013-12-03 13:50:34 -05:00
Rich Prohaska
dde0c43553
#142 remove tokudb_meta_mutex
2013-12-03 13:34:21 -05:00
Rich Prohaska
11e4b8b84c
Tokutek/mysql#10 use DB_TYPE_TOKUDB in mysql 5.5
2013-12-02 14:49:08 -05:00
Rich Prohaska
4c988a01bc
#17 support mariadb clustering option
2013-12-01 17:56:16 -05:00
Sergei Golubchik
46ea51ff77
tokudb post-merge compilation fixes
2013-11-23 13:05:35 +01:00
Sergei Golubchik
c6d30805db
5.5 merge
2013-11-23 00:50:54 +01:00
Rich Prohaska
215d477904
#147 change column names in the tokudb_file_map
2013-11-22 06:33:16 -05:00
Sergei Golubchik
ff41edab6c
merge with ft-engine and ft-index up to tag:tokudb-7.1.0
2013-11-19 15:35:31 +01:00
Rich Prohaska
466b63aa48
#146 add debug trace to tokudb info schema tables
2013-11-14 21:32:38 -05:00
Rich Prohaska
b8d7ee9795
basic tokudb running in mysql 5.7
2013-11-09 16:55:12 -05:00
Rich Prohaska
a8af167fe3
tokutek/mysql56#23 turn on extended keys for tokudb
2013-10-23 12:30:07 -04:00
Rich Prohaska
056b8ee352
#127 make tokudb_loader_memory_size a session variable
2013-10-15 10:29:48 -04:00
Rich Prohaska
d7e467295e
#128 change tokudb_lock_timeout to session variable
2013-10-10 16:25:57 -04:00
Rich Prohaska
ef6add4cac
#122 change default compression to zlib and add a session variable to control create info row format
2013-10-07 09:11:51 -04:00
rich prohaska
1e46d54027
tokutek/ft-engine#94 tokutek/ft-index#80 configure an upper bound on loader memory reservations
...
Merge branch 'loadermem80'
2013-10-07 08:38:50 -04:00
Rich Prohaska
36737f6c36
tokutek/ft-index#76 add US Patent 8,489,638
2013-10-04 16:44:43 -04:00
Rich Prohaska
26ccf76d45
tokutek/ft-index#80 tokutek/ft-engine#94 add tokudb_loader_memory_size system variable that controls the size of each loader memory size
2013-10-03 13:56:57 -04:00
Rich Prohaska
2277254793
#90 set tokudb_last_lock_timeout to a string parsable by the python json module
2013-10-02 12:14:14 -04:00
Rich Prohaska
e9084aaaf2
tokutek/ft-engine#111 tokutek/ft-index#74 merge the tokumx error message for transparent huge pages into tokudb
2013-09-30 13:18:07 -04:00