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
1c5021d7
Commit
1c5021d7
authored
Oct 13, 2010
by
klewis@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug#55632 - Fix testcase for 5.1 plugin
parent
f3292c3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
mysql-test/suite/innodb_plugin/t/innodb_bug56632.test
mysql-test/suite/innodb_plugin/t/innodb_bug56632.test
+3
-3
No files found.
mysql-test/suite/innodb_plugin/t/innodb_bug56632.test
View file @
1c5021d7
...
@@ -54,14 +54,14 @@
...
@@ -54,14 +54,14 @@
# Result; CREATE succeeds, warns that KEY_BLOCK_SIZE=3 is ignored.
# Result; CREATE succeeds, warns that KEY_BLOCK_SIZE=3 is ignored.
# ALTER succeeds, quietly converts ROW_FORMAT to compressed.
# ALTER succeeds, quietly converts ROW_FORMAT to compressed.
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_innodb
_plugin
.
inc
SET
storage_engine
=
InnoDB
;
SET
storage_engine
=
InnoDB
;
--
disable_query_log
--
disable_query_log
# These values can change during the test
# These values can change during the test
LET
$innodb_file_format_orig
=
`select @@innodb_file_format`
;
LET
$innodb_file_format_orig
=
`select @@innodb_file_format`
;
LET
$innodb_file_format_
max_orig
=
`select @@innodb_file_format_max
`
;
LET
$innodb_file_format_
check_orig
=
`select @@innodb_file_format_check
`
;
LET
$innodb_file_per_table_orig
=
`select @@innodb_file_per_table`
;
LET
$innodb_file_per_table_orig
=
`select @@innodb_file_per_table`
;
LET
$innodb_strict_mode_orig
=
`select @@session.innodb_strict_mode`
;
LET
$innodb_strict_mode_orig
=
`select @@session.innodb_strict_mode`
;
--
enable_query_log
--
enable_query_log
...
@@ -209,8 +209,8 @@ DROP TABLE IF EXISTS bug56632;
...
@@ -209,8 +209,8 @@ DROP TABLE IF EXISTS bug56632;
--
disable_query_log
--
disable_query_log
EVAL
SET
GLOBAL
innodb_file_per_table
=
$innodb_file_per_table_orig
;
EVAL
SET
GLOBAL
innodb_file_per_table
=
$innodb_file_per_table_orig
;
EVAL
SET
GLOBAL
innodb_file_format_max
=
$innodb_file_format_max_orig
;
EVAL
SET
GLOBAL
innodb_file_format
=
$innodb_file_format_orig
;
EVAL
SET
GLOBAL
innodb_file_format
=
$innodb_file_format_orig
;
EVAL
SET
GLOBAL
innodb_file_format_check
=
$innodb_file_format_check_orig
;
EVAL
SET
SESSION
innodb_strict_mode
=
$innodb_strict_mode_orig
;
EVAL
SET
SESSION
innodb_strict_mode
=
$innodb_strict_mode_orig
;
--
enable_query_log
--
enable_query_log
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