Sergei Golubchik
|
e4df6e5799
|
Merge commit 'tokudb-engine/tokudb-7.5.6' into 5.5
|
2015-04-27 16:19:54 +02:00 |
|
Sergei Golubchik
|
2f446f2559
|
Merge commit 'tokudb-ft-index/tokudb-7.5.6' into 5.5
|
2015-04-27 16:04:39 +02:00 |
|
Sergei Golubchik
|
f1f8adf098
|
tokuftdump: Install to ${INSTALL_BINDIR} instead of bin
Cherry-picking fc4df41504
(it was a 10.1 pull request, we want it in 5.5)
|
2015-04-20 05:02:10 +02:00 |
|
Sergei Golubchik
|
fa87fc733d
|
update tokudb version after merge
|
2015-02-27 18:28:40 +01:00 |
|
Rik Prohaska
|
135dcf67d8
|
DB-805 DB-806 the tokudb loader requires a transaction
|
2015-02-26 13:22:50 -05:00 |
|
Rik Prohaska
|
60dd921463
|
DB-817 fix savepoint release and duplicate savepoint name bug
|
2015-02-24 14:12:36 -05:00 |
|
Rik Prohaska
|
084668af6b
|
DB-814 cleanup trx->sp_level when master txn (trx->all) is retired
|
2015-02-18 01:46:09 -05:00 |
|
Rik Prohaska
|
bd026f29f9
|
DB-813 add an interrupt callback to the analyze cursor to allow early termination, plus detect garbage rows during analyze scan
|
2015-02-16 10:46:46 -05:00 |
|
Sergei Golubchik
|
ed839052d7
|
Merge tag 'tokudb-7.5.5' into bb-5.5-merge
|
2015-02-12 00:23:21 +01:00 |
|
Rich Prohaska
|
a06c7d6a2a
|
DB-808 skip sync of the log if tokudb_fsync_log_period > 0
|
2015-02-02 18:15:37 -05:00 |
|
Rich Prohaska
|
67ad13e739
|
DB-793 add debug return prints for scan_time, read_time, key_read_time, and index_only_read_time to help debug query plan issues
|
2015-01-29 09:00:42 -05:00 |
|
Sergei Golubchik
|
cb9c116a50
|
update tokudb version after merge
|
2015-01-23 09:13:21 +01:00 |
|
Rich Prohaska
|
e7f48475d9
|
DB-798 add the tokudb_rpl_check_readonly variable for RFR
|
2015-01-19 09:45:41 -05:00 |
|
Sergei Golubchik
|
2fc0b22f2a
|
restore an incorrectly merged line
it's in the dead code (ifdef-ed out) so it doesn't matter what it is.
still better to keep it closer to the upstream
|
2015-01-16 17:54:00 +01:00 |
|
Rich Prohaska
|
25c152b005
|
DB-777 when a tokudb lock timeout occurs print info about the conflicting queries to the error log
|
2015-01-15 19:06:39 -05:00 |
|
Rich Prohaska
|
9927d0f930
|
DB-777 when a tokudb lock timeout occurs print info about the conflicting queries to the error log
|
2015-01-15 15:56:32 -05:00 |
|
Rich Prohaska
|
c87f8151ac
|
DB-478 DB-788 DB-789 optimize tokudb table enhancements
|
2015-01-15 14:09:57 -05:00 |
|
Rich Prohaska
|
7629f47993
|
DB-793 add debug tracing to records_in_range to help debug query plan problems
|
2015-01-14 08:26:41 -05:00 |
|
Sergei Golubchik
|
f20598b27d
|
TokuDB 7.5.4
|
2015-01-13 23:44:32 +01:00 |
|
Rich Prohaska
|
f9e59a0616
|
DB-790 remove the handle fatal signal mysql patch
|
2015-01-10 16:50:04 -05:00 |
|
Rich Prohaska
|
fa59b13a55
|
DB-781 check killed in tokudb get_next to terminate a big partition copy. should be done in partition storage engine, however
|
2015-01-07 19:02:26 -05:00 |
|
Rich Prohaska
|
efb32d4644
|
DB-787 the tokudb_report_fractal_tree_info_for_db function can leak a db on an error path where db->open fails
|
2015-01-04 12:13:54 -05:00 |
|
Rich Prohaska
|
9cd31bc559
|
DB-787 the tokudb_report_fractal_tree_info_for_db function can leak a db on an error path where db->open fails
|
2015-01-04 12:13:54 -05:00 |
|
Rich Prohaska
|
78bc6e37ad
|
DB-785 turn off fsync on mariadb for 2PC transactions
|
2015-01-02 09:53:30 -05:00 |
|
Rich Prohaska
|
7229b9f5f8
|
DB-785 turn off fsync on mariadb for 2PC transactions
|
2015-01-02 09:53:30 -05:00 |
|
Rich Prohaska
|
b9d154c564
|
DB-766 use an extra flag that is supported on MySQL and does not require a tokutek patch to the wait_while_table_is_used function
|
2014-12-21 19:15:39 -05:00 |
|
Rich Prohaska
|
de9a378646
|
DB-766 use an extra flag that is supported on MySQL and does not require a tokutek patch to the wait_while_table_is_used function
|
2014-12-21 19:15:39 -05:00 |
|
Sergei Golubchik
|
a978bdda1e
|
mysql-5.5.41 merge
|
2014-12-19 11:35:44 +01:00 |
|
Rich Prohaska
|
6714ec1247
|
DB-783 append -Wvla to compiler flags to allow variable length arrays to be used in tokudb
|
2014-12-17 16:44:02 -05:00 |
|
Rich Prohaska
|
59f2e81769
|
DB-783 append -Wvla to compiler flags to allow variable length arrays to be used in tokudb
|
2014-12-17 16:44:02 -05:00 |
|
Rich Prohaska
|
e149ab9da9
|
run on mariadb 10 with its safe malloc
|
2014-12-07 13:17:45 -05:00 |
|
Rich Prohaska
|
955cce52f6
|
run on mariadb 10 with its safe malloc
|
2014-12-07 13:17:45 -05:00 |
|
Rich Prohaska
|
b798b3546a
|
DB-775 binlog group commit for 5.6
|
2014-11-21 16:31:53 -05:00 |
|
Rich Prohaska
|
1d7f9ec24c
|
DB-775 binlog group commit for 5.6
|
2014-11-21 16:31:53 -05:00 |
|
Rich Prohaska
|
e64b621179
|
DB-771 fix incorrect assert in update callback for varchar expansion
|
2014-11-21 07:13:07 -05:00 |
|
Rich Prohaska
|
eb13e2b40d
|
DB-771 fix incorrect assert in update callback for varchar expansion
|
2014-11-21 07:13:07 -05:00 |
|
Rich Prohaska
|
3f3e058f5a
|
DB-762 create tokudb trx when needed in tokudb::start_stmt
|
2014-11-19 12:31:34 -05:00 |
|
Rich Prohaska
|
412be21f5a
|
DB-762 create tokudb trx when needed in tokudb::start_stmt
|
2014-11-19 12:31:34 -05:00 |
|
Sergei Golubchik
|
302b50fa30
|
TokuDB 7.5.3
|
2014-11-18 17:54:00 +01:00 |
|
Rich Prohaska
|
588ff21f7d
|
DB-770 tokudb::extra HA_EXTRA_NOT_USED should explicitly do nothing
|
2014-11-17 14:57:06 -05:00 |
|
Rich Prohaska
|
ea9bd89327
|
DB-770 tokudb::extra HA_EXTRA_NOT_USED should explicitly do nothing
|
2014-11-17 14:57:06 -05:00 |
|
Rich Prohaska
|
2db029048f
|
DB-759 test and fix alter table bug with cardinality data
|
2014-11-13 10:53:22 -05:00 |
|
Rich Prohaska
|
50b928b046
|
DB-759 test and fix alter table bug with cardinality data
|
2014-11-13 10:53:22 -05:00 |
|
Rich Prohaska
|
2b13aba809
|
DB-759 fix tokudb::alter_card to copy ALL of the cardinality data not just the low byte
|
2014-11-12 21:06:51 -05:00 |
|
Rich Prohaska
|
2494bde757
|
DB-759 fix tokudb::alter_card to copy ALL of the cardinality data not just the low byte
|
2014-11-12 21:06:51 -05:00 |
|
Rich Prohaska
|
3f1f0ef645
|
increase test coverage of the cardinality code
|
2014-11-12 18:30:16 -05:00 |
|
Rich Prohaska
|
8a7f07711e
|
increase test coverage of the cardinality code
|
2014-11-12 18:30:16 -05:00 |
|
Rich Prohaska
|
462c7372ef
|
speed up tokudb handler unit tests
|
2014-11-12 14:36:08 -05:00 |
|
Rich Prohaska
|
ca67239c51
|
speed up tokudb handler unit tests
|
2014-11-12 14:36:08 -05:00 |
|
Rich Prohaska
|
b1b91a4f9e
|
speed up tokudb handler unit tests
|
2014-11-12 08:38:04 -05:00 |
|