Commit 028e2ddc authored by Varun Gupta's avatar Varun Gupta

Added a missing result file to the rocksdb_sys_vars result suite

parent c481fc9c
......@@ -10,6 +10,7 @@
--eval SET @start_global_value = @@global.$sys_var
if (!$suppress_default_value)
{
--replace_regex /[a-f0-9]{40}/#/
SELECT @start_global_value;
if ($session)
{
......
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment