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