mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Updated result for rocksdb tests after merge
This commit is contained in:
parent
6626b10a7a
commit
44150a770f
4 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,7 @@ start transaction with consistent snapshot;
|
|||
select VALUE > 0 as 'Has opened snapshots' from information_schema.rocksdb_dbstats where stat_type='DB_NUM_SNAPSHOTS';
|
||||
Has opened snapshots
|
||||
1
|
||||
connection default;
|
||||
SET @@GLOBAL.ROCKSDB_UPDATE_CF_OPTIONS=
|
||||
'cf1={write_buffer_size=8m;target_file_size_base=1m};';
|
||||
set rocksdb_bulk_load=1;
|
||||
|
|
|
@ -26,6 +26,7 @@ start transaction with consistent snapshot;
|
|||
select VALUE > 0 as 'Has opened snapshots' from information_schema.rocksdb_dbstats where stat_type='DB_NUM_SNAPSHOTS';
|
||||
Has opened snapshots
|
||||
1
|
||||
connection default;
|
||||
SET @@GLOBAL.ROCKSDB_UPDATE_CF_OPTIONS=
|
||||
'cf1={write_buffer_size=8m;target_file_size_base=1m};';
|
||||
set rocksdb_bulk_load=1;
|
||||
|
|
|
@ -26,6 +26,7 @@ start transaction with consistent snapshot;
|
|||
select VALUE > 0 as 'Has opened snapshots' from information_schema.rocksdb_dbstats where stat_type='DB_NUM_SNAPSHOTS';
|
||||
Has opened snapshots
|
||||
1
|
||||
connection default;
|
||||
SET @@GLOBAL.ROCKSDB_UPDATE_CF_OPTIONS=
|
||||
'cf1={write_buffer_size=8m;target_file_size_base=1m};';
|
||||
set rocksdb_bulk_load=1;
|
||||
|
|
|
@ -26,6 +26,7 @@ start transaction with consistent snapshot;
|
|||
select VALUE > 0 as 'Has opened snapshots' from information_schema.rocksdb_dbstats where stat_type='DB_NUM_SNAPSHOTS';
|
||||
Has opened snapshots
|
||||
1
|
||||
connection default;
|
||||
SET @@GLOBAL.ROCKSDB_UPDATE_CF_OPTIONS=
|
||||
'cf1={write_buffer_size=8m;target_file_size_base=1m};';
|
||||
set rocksdb_bulk_load=1;
|
||||
|
|
Loading…
Reference in a new issue