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