Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
7923c0cf
Commit
7923c0cf
authored
Jun 29, 2015
by
Jan Lindström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix test failure where the environment was not fully restored.
parent
79af0b38
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/suite/encryption/r/innodb_encryption-page-compression.result
...te/encryption/r/innodb_encryption-page-compression.result
+0
-2
mysql-test/suite/encryption/t/innodb_encryption-page-compression.test
...uite/encryption/t/innodb_encryption-page-compression.test
+4
-2
No files found.
mysql-test/suite/encryption/r/innodb_encryption-page-compression.result
View file @
7923c0cf
...
...
@@ -262,5 +262,3 @@ drop table innodb_page_compressed6;
drop table innodb_page_compressed7;
drop table innodb_page_compressed8;
drop table innodb_page_compressed9;
SET GLOBAL innodb_encryption_threads = 4;
SET GLOBAL innodb_encrypt_tables = on;
mysql-test/suite/encryption/t/innodb_encryption-page-compression.test
View file @
7923c0cf
...
...
@@ -8,6 +8,8 @@
let
$innodb_compression_algorithm_orig
=
`SELECT @@innodb_compression_algorithm`
;
let
$innodb_file_format_orig
=
`SELECT @@innodb_file_format`
;
let
$innodb_file_per_table_orig
=
`SELECT @@innodb_file_per_table`
;
let
$innodb_encrypt_tables_orig
=
`SELECT @@innodb_encrypt_tables`
;
let
$innodb_encryption_threads_orig
=
`SELECT @@innodb_encryption_threads`
;
--
enable_query_log
SET
GLOBAL
innodb_file_format
=
`Barracuda`
;
...
...
@@ -161,7 +163,7 @@ drop table innodb_page_compressed9;
EVAL
SET
GLOBAL
innodb_compression_algorithm
=
$innodb_compression_algorithm_orig
;
EVAL
SET
GLOBAL
innodb_file_per_table
=
$innodb_file_per_table_orig
;
EVAL
SET
GLOBAL
innodb_file_format
=
$innodb_file_format_orig
;
EVAL
SET
GLOBAL
innodb_encrypt_tables
=
$innodb_encrypt_tables_orig
;
EVAL
SET
GLOBAL
innodb_encryption_threads
=
$innodb_encryption_threads_orig
;
--
enable_query_log
SET
GLOBAL
innodb_encryption_threads
=
4
;
SET
GLOBAL
innodb_encrypt_tables
=
on
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment