Rich Prohaska
|
c92be4c8b5
|
DB-504 move bulk fetch tests
|
2014-08-18 15:57:12 -04:00 |
|
Rich Prohaska
|
945ffb2f10
|
DB-504 test insert select with various triggers to make sure that bulk fetch will work
|
2014-08-18 14:45:39 -04:00 |
|
Rich Prohaska
|
56126798a8
|
DB-500 allow simple deletes to use bulk fetch
|
2014-08-18 13:38:51 -04:00 |
|
Rich Prohaska
|
a2566787a9
|
FT-502 print huge pages guy when env fails to open
|
2014-08-18 09:13:29 -04:00 |
|
Rich Prohaska
|
5893b3026b
|
DB-506 add a session variable to enable/disable bulk fetch default enabled
|
2014-08-14 15:18:27 -04:00 |
|
joel9001
|
c2f39e80e0
|
#268 Adding bulk fetch MTR test and result files
|
2014-08-12 16:03:34 -04:00 |
|
Rich Prohaska
|
ebb7a85c1b
|
#272 set tokudb product name
|
2014-08-12 14:41:35 -04:00 |
|
Rich Prohaska
|
d8fffbc931
|
#272 set TokuDB product name
|
2014-08-12 12:56:15 -04:00 |
|
Rich Prohaska
|
89d33f7e49
|
Tokutek/mariadb-5.5#71 run part_index_scan on mariadb
|
2014-08-11 16:46:06 -04:00 |
|
Rich Prohaska
|
865df2ba49
|
#271 turn off FT debug flags by default. can be overridden by cmake arguments
|
2014-08-04 15:49:28 -04:00 |
|
Rich Prohaska
|
f3e62fdda8
|
#269 use bulk fetch for replace select
|
2014-07-31 12:23:23 -04:00 |
|
RIch Prohaska
|
8f2cfb851c
|
Update README.md
|
2014-07-23 13:55:22 -04:00 |
|
Rich Prohaska
|
0cfbaccf64
|
#261 run multiple queries in part_index_scan
|
2014-07-23 13:50:34 -04:00 |
|
Rich Prohaska
|
b196bddb59
|
#267 fix mdev5932 test and result
|
2014-07-23 10:00:13 -04:00 |
|
Rich Prohaska
|
db8a35c03d
|
#261 Tokutek/mariadb-5.5#69 run part_index_scan test on mariadb
|
2014-07-22 11:03:08 -04:00 |
|
Rich Prohaska
|
5f034b7a50
|
#261 auto detect index scans to fix perf problem with partitions
|
2014-07-18 06:39:07 -04:00 |
|
Rich Prohaska
|
94d73529fb
|
update to 7.1.7
|
2014-07-17 14:50:13 -04:00 |
|
Rich Prohaska
|
4c2cef0a65
|
#261 debug prelocking for index scans
|
2014-07-16 10:03:00 -04:00 |
|
Rich Prohaska
|
dd283b75e8
|
#263 enable bulk fetch for insert select sql commands
|
2014-07-15 15:45:48 -04:00 |
|
Rich Prohaska
|
0430a96512
|
#262 enable bulk fetch for create select sql commands
|
2014-07-15 13:13:30 -04:00 |
|
Rich Prohaska
|
54a8443b96
|
#258 support deferred XA recovery with discard of prepared txns and dirty shutdown of the FT environment
|
2014-07-09 15:50:15 -04:00 |
|
Rich Prohaska
|
3f916598ef
|
#259 add TOKUDB_CACHETABLE_SIZE_CLONED variable
|
2014-07-08 09:08:45 -04:00 |
|
Rich Prohaska
|
9a59ea1419
|
#257 disable missing field initializer warning
|
2014-07-02 13:27:37 -04:00 |
|
Rich Prohaska
|
d74c5f7432
|
#256 only force MDL X for certain alter table operations
|
2014-06-26 15:24:47 -04:00 |
|
Rich Prohaska
|
b15cdbfea3
|
#255 run iibench on PS 5.6
|
2014-06-21 06:18:52 -04:00 |
|
Rich Prohaska
|
f34592091a
|
#254 fix i_s_tokudb_lock_waits result files
|
2014-06-21 06:16:44 -04:00 |
|
Rich Prohaska
|
5b4ea7d26a
|
#252 fix the MDEV-6324 fix
|
2014-06-13 14:43:36 -04:00 |
|
Rich Prohaska
|
f34eddb9f3
|
#250 reset thd proc info in end_bulk_insert to fix invalid proc info pointer inside of a deleted ha_tokudb object
|
2014-06-13 12:06:05 -04:00 |
|
Rich Prohaska
|
fd9ded206c
|
#252 fix MDEV-6324 uninit var in discover3
|
2014-06-10 18:55:57 -04:00 |
|
Rich Prohaska
|
ee2a0724a0
|
#250 restore proc info to valid pointers in commit, abort, analyze, and optimize
|
2014-06-04 10:44:15 -04:00 |
|
Rich Prohaska
|
6334a16940
|
#248 install PS+TokuDB tarballs
|
2014-06-02 16:24:47 -04:00 |
|
Rich Prohaska
|
7ea92a6561
|
#225 fix tokudb store lock to fix lock tables crash
|
2014-06-01 12:48:53 -04:00 |
|
Rich Prohaska
|
e335e62c87
|
#225 hot optimize for 5.6 and 10.0 using alter recreate
|
2014-06-01 07:49:28 -04:00 |
|
Rich Prohaska
|
27c8ae28fc
|
#245 use row estimate parameter to start_bulk_insert to decide if a loader is used
|
2014-05-31 12:16:56 -04:00 |
|
Rich Prohaska
|
4121f1193c
|
#241 unique key check should avoid relocking keys if the table is already prelocked by the loader
|
2014-05-29 07:41:16 -04:00 |
|
Rich Prohaska
|
473cec29a0
|
TokuDB 7.1.6 is released
|
2014-05-25 08:44:04 -04:00 |
|
Rich Prohaska
|
ed83a839c7
|
#236 mysqld_safe should use libjemalloc.so if it exists in the tarball
|
2014-05-20 08:18:13 -04:00 |
|
Rich Prohaska
|
ede2f6963a
|
#206 merge mariadb 10.0.11 changes
|
2014-05-14 14:43:44 -04:00 |
|
Rich Prohaska
|
02c6f5bb07
|
#221 fix tokudb::estimate_num_rows
|
2014-05-13 08:56:06 -04:00 |
|
Rich Prohaska
|
cae1d71b88
|
#232 compile in jemalloc detector
|
2014-05-10 15:53:31 -04:00 |
|
Rich Prohaska
|
749b290e64
|
#231 change lock_uniq_key_empty test to work without the bulk insert avoidance patch
|
2014-05-08 17:39:29 -04:00 |
|
Rich Prohaska
|
bfb0a4dd87
|
#230 disable the tokudb bulk loader in the tokudb locks schema tests
|
2014-05-08 15:03:10 -04:00 |
|
Rich Prohaska
|
493f9fd081
|
#228 use thd_get/set_ha_data for tokudb_trx data
|
2014-05-07 08:20:41 -04:00 |
|
Rich Prohaska
|
78204c2152
|
#226 delete CMakeLists.in, no longer used
|
2014-05-06 13:17:49 -04:00 |
|
Rich Prohaska
|
af1fbde5f8
|
#224 fail tokudb init if jemalloc is not loaded
|
2014-05-05 07:59:33 -04:00 |
|
Rich Prohaska
|
12f56b69d6
|
#223 build tokudb without upserts
|
2014-05-02 15:55:52 -04:00 |
|
Rich Prohaska
|
0a75992219
|
#222 filter out degenerate key range in tokudb::record_in_range
|
2014-04-30 18:19:14 -04:00 |
|
Rich Prohaska
|
1a58d90e41
|
#218 fix incorrect use of num_DBs_lock
|
2014-04-29 13:51:05 -04:00 |
|
Rich Prohaska
|
0c2889b2ea
|
ft-index#218 use cursor set range with bound for point queries
|
2014-04-25 13:43:45 -04:00 |
|
Rich Prohaska
|
ac41e1c2b0
|
#110 test cases for replace into with replication
|
2014-04-25 11:58:56 -04:00 |
|