mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
Fix rocksdb.bulk_load test
- Remove the merge error - Update test results
This commit is contained in:
parent
4f34ec26fa
commit
ef8e1a35cc
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -8,4 +8,3 @@
|
|||
--let data_order_desc=0
|
||||
|
||||
--source bulk_load.inc
|
||||
--remove_file $file
|
||||
|
|
Loading…
Reference in a new issue