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