summaryrefslogtreecommitdiffstats
path: root/storage/rocksdb/mysql-test/rocksdb_sys_vars/r/rocksdb_delete_cf_basic.result
blob: b840baf29f814e4f6f560485f5f5333da207acb4 (plain)
1
2
3
4
5
6
SET @@global.ROCKSDB_DELETE_CF = 'nonexistent_cf';
ERROR 42000: Variable 'rocksdb_delete_cf' can't be set to the value of 'nonexistent_cf'
SET @@global.ROCKSDB_DELETE_CF = '__system__';
ERROR 42000: Variable 'rocksdb_delete_cf' can't be set to the value of '__system__'
SET @@global.ROCKSDB_DELETE_CF = 'default';
ERROR 42000: Variable 'rocksdb_delete_cf' can't be set to the value of 'default'