summaryrefslogtreecommitdiffstats
path: root/storage/rocksdb/mysql-test/rocksdb_sys_vars/r/rocksdb_new_table_reader_for_compaction_inputs_basic.result
blob: c2daec327a2a20496a085ed0da34fd2aa63048b4 (plain)
1
2
3
4
5
6
7
SET @start_global_value = @@global.ROCKSDB_NEW_TABLE_READER_FOR_COMPACTION_INPUTS;
SELECT @start_global_value;
@start_global_value
0
"Trying to set variable @@global.ROCKSDB_NEW_TABLE_READER_FOR_COMPACTION_INPUTS to 444. It should fail because it is readonly."
SET @@global.ROCKSDB_NEW_TABLE_READER_FOR_COMPACTION_INPUTS   = 444;
ERROR HY000: Variable 'rocksdb_new_table_reader_for_compaction_inputs' is a read only variable