Fix rocksdb.bulk_load test

- Remove the merge error
- Update test results
This commit is contained in:
Sergei Petrunia 2017-08-21 16:12:09 +03:00
parent 4f34ec26fa
commit ef8e1a35cc
2 changed files with 1 additions and 1 deletions

View file

@ -21,6 +21,7 @@ b CHAR(30),
PRIMARY KEY(pk) COMMENT "cf1",
KEY(a)
) COLLATE 'latin1_bin' PARTITION BY KEY() PARTITIONS 4;
connect other,localhost,root,,;
set session transaction isolation level repeatable read;
select * from information_schema.rocksdb_dbstats where stat_type='DB_NUM_SNAPSHOTS';
STAT_TYPE VALUE

View file

@ -8,4 +8,3 @@
--let data_order_desc=0
--source bulk_load.inc
--remove_file $file