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