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