-
Notifications
You must be signed in to change notification settings - Fork 484
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2599 from georgelorchpercona/ps-5.7-4397-4946
Ps 5.7 4397 4946
- Loading branch information
Showing
11 changed files
with
104 additions
and
31 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
mysql-test/suite/rocksdb.sys_vars/r/rocksdb_no_create_column_family_basic.result
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
SET @start_global_value = @@global.ROCKSDB_NO_CREATE_COLUMN_FAMILY; | ||
SELECT @start_global_value; | ||
@start_global_value | ||
0 | ||
"Trying to set variable @@global.ROCKSDB_NO_CREATE_COLUMN_FAMILY to 444. It should fail because it is readonly." | ||
SET @@global.ROCKSDB_NO_CREATE_COLUMN_FAMILY = 444; | ||
ERROR HY000: Variable 'rocksdb_no_create_column_family' is a read only variable |
6 changes: 6 additions & 0 deletions
6
mysql-test/suite/rocksdb.sys_vars/t/rocksdb_no_create_column_family_basic.test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--source include/have_rocksdb.inc | ||
|
||
--let $sys_var=ROCKSDB_NO_CREATE_COLUMN_FAMILY | ||
--let $read_only=1 | ||
--let $session=0 | ||
--source ../include/rocksdb_sys_var.inc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters