Rich Prohaska
|
2c301de0b3
|
#181 fix memory leak of the inserted bytes partitioned counter
|
2014-02-11 14:24:02 -05:00 |
|
Rich Prohaska
|
d38cf8770b
|
#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
|
83eb814203
|
#178 clean up hatoku_defines.h a bit. it is a mess.
|
2014-02-07 12:07:53 -05:00 |
|
Rich Prohaska
|
f730f9fbcc
|
#177 disable inline alter table drop default, add key, drop key, rename column when null bytes changed
|
2014-02-05 15:38:06 -05:00 |
|
Rich Prohaska
|
8215f1b017
|
#175 compare enums using eq_def
|
2014-02-03 16:12:57 -05:00 |
|
Rich Prohaska
|
de45936706
|
#172 simplify test case for -30994 leak
|
2014-01-31 14:00:23 -05:00 |
|
Rich Prohaska
|
3a0f7fd759
|
#172 map ydb errors to handler errors in prelocking functions
|
2014-01-29 14:03:00 -05:00 |
|
Rich Prohaska
|
30ae66783f
|
#171 add a field types array to classify types into fixed, variable and blob types
|
2014-01-24 15:33:19 -05:00 |
|
Rich Prohaska
|
02573a4160
|
#171 clean up tokudb comparison APIs a bit
|
2014-01-24 13:54:16 -05:00 |
|
Rich Prohaska
|
8d44886251
|
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
|
49d46c8c7b
|
#169 simplify the tokudb config for mariadb 5.5
|
2014-01-20 14:49:39 -05:00 |
|
Rich Prohaska
|
ee2fdaed89
|
#168 remove obsolete is_fast_alter_running
|
2014-01-15 17:28:56 -05:00 |
|
Rich Prohaska
|
0fcae6f7f2
|
#167 use a serializable cursor to check for PK duplicate
|
2014-01-15 11:51:10 -05:00 |
|
Rich Prohaska
|
24f2e00b5a
|
#167 ignore dictionary too new errors
|
2014-01-14 15:57:30 -05:00 |
|
Rich Prohaska
|
0e4317ceb2
|
#166 pretty print external lock type
|
2014-01-14 15:06:07 -05:00 |
|
Rich Prohaska
|
8c25ba62c9
|
#166 add this handler to debug enter and return
|
2014-01-14 14:00:58 -05:00 |
|
Rich Prohaska
|
c55aadd5f2
|
#159 set last_auto_increment from create info
|
2014-01-08 08:01:40 -05:00 |
|
Rich Prohaska
|
5fa9f7a876
|
#158 support slave exec mode idempotent
|
2013-12-27 08:20:57 -05:00 |
|
Rich Prohaska
|
ded1eeb361
|
#148 change the default of tokudb_hide_default_row_format to ON
|
2013-12-22 16:03:10 -05:00 |
|
Rich Prohaska
|
c333cca6cf
|
register the tokudb_alter_print_error variable
|
2013-12-20 09:14:56 -05:00 |
|
Rich Prohaska
|
5703883b07
|
add a session variable that controls whether or not alter table errors are printed to stderr
|
2013-12-20 07:28:08 -05:00 |
|
Rich Prohaska
|
26b2d23e37
|
#157 fix tokudb::index_next_same error handling
|
2013-12-18 16:04:05 -05:00 |
|
Rich Prohaska
|
60ca22be48
|
Tokutek/mysql56#42 turn on HA_PRIMARY_KEY_REQUIRED_FOR_POSITION to fix failing partition tests on mysql 5.6
|
2013-12-16 07:47:36 -05:00 |
|
Rich Prohaska
|
a16c8ef8ca
|
#152 fix MDEV-5399
|
2013-12-14 10:05:22 -05:00 |
|
Rich Prohaska
|
584bb22324
|
remove junk debug code
|
2013-12-12 16:23:15 -05:00 |
|
Rich Prohaska
|
76d5f4e364
|
#150 cleanup cursor when a txn is retired
|
2013-12-12 16:14:12 -05:00 |
|
Rich Prohaska
|
878ba4749d
|
port to mysql 5.6.15
|
2013-12-11 15:47:25 -05:00 |
|
Rich Prohaska
|
a47d4eb820
|
#141 fix another open close race
|
2013-12-10 17:16:57 -05:00 |
|
Rich Prohaska
|
05927abffc
|
#141 fix table open and close race
|
2013-12-09 15:55:53 -05:00 |
|
Rich Prohaska
|
d9edc3fb2d
|
#150 cleanup indexing cursor when a txn is retired
|
2013-12-08 16:36:37 -05:00 |
|
Rich Prohaska
|
7d843822a8
|
#141 redo table open and close locking to avoid table opening pileup
|
2013-12-05 11:59:34 -05:00 |
|
Rich Prohaska
|
a8479edd0e
|
#142 remove tokudb meta dictionary
|
2013-12-03 13:50:34 -05:00 |
|
Rich Prohaska
|
0251fd6eed
|
#142 remove tokudb_meta_mutex
|
2013-12-03 13:34:21 -05:00 |
|
Rich Prohaska
|
0aa72f432d
|
Tokutek/mysql#10 use DB_TYPE_TOKUDB in mysql 5.5
|
2013-12-02 14:49:08 -05:00 |
|
Rich Prohaska
|
512685d8cd
|
#15 set the tokudb plugin type to DB_TYPE_TOKUDB
|
2013-12-02 12:46:28 -05:00 |
|
Rich Prohaska
|
d2986ecd7f
|
#17 support mariadb clustering option
|
2013-12-01 17:56:16 -05:00 |
|
Rich Prohaska
|
213e21925a
|
Tokutek/mariadb#12 rebase to mariadb-5.5.34
|
2013-11-28 09:51:21 -05:00 |
|
Rich Prohaska
|
de60f9f4af
|
#147 change column names in the tokudb_file_map
|
2013-11-22 06:33:16 -05:00 |
|
Rich Prohaska
|
410b8485b5
|
#87 grab exclusive MDL in the tokudb alter table commit function
|
2013-11-21 17:42:54 -05:00 |
|
Rich Prohaska
|
cb80f4ea93
|
#146 add debug trace to tokudb info schema tables
|
2013-11-14 21:32:38 -05:00 |
|
Rich Prohaska
|
7e153bc517
|
start port of tokudb to mariadb 10
|
2013-11-10 16:45:11 -05:00 |
|
Rich Prohaska
|
8960e8969c
|
basic tokudb running in mysql 5.7
|
2013-11-09 16:55:12 -05:00 |
|
Rich Prohaska
|
f7f740d6fd
|
Tokutek/mysql56#5 optimize read only transactions
|
2013-11-04 09:45:42 -05:00 |
|
Rich Prohaska
|
ae83ddef7b
|
compile when tokudb row format compression types are not defined
|
2013-10-24 08:30:19 -04:00 |
|
Rich Prohaska
|
99c4881478
|
tokutek/mysql56#23 turn on extended keys for tokudb
|
2013-10-23 12:30:07 -04:00 |
|
Zardosht Kasheff
|
ef1764465c
|
refs Tokutek/mongo#645, fix call to hot_optimize
|
2013-10-21 16:22:01 -04:00 |
|
Rich Prohaska
|
78df543d50
|
#131 make fast and small aliases for quicklz and lzma
|
2013-10-18 15:25:37 -04:00 |
|
Rich Prohaska
|
e69bf2c025
|
#131 make small and fast aliases for quicklz and lzma
|
2013-10-18 13:01:59 -04:00 |
|
Rich Prohaska
|
7b68bf4fdc
|
#128 change the comment on the lock timeout session variable
|
2013-10-17 11:50:57 -04:00 |
|
Rich Prohaska
|
69f6deb478
|
#127 make tokudb_loader_memory_size a session variable
|
2013-10-15 10:29:48 -04:00 |
|