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
70f40e39
Commit
70f40e39
authored
Apr 09, 2010
by
Vasil Dimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a mtr warning in innodb_plugin.innodb-autoinc
parent
65a401ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
mysql-test/suite/innodb_plugin/t/innodb-autoinc.test
mysql-test/suite/innodb_plugin/t/innodb-autoinc.test
+9
-0
No files found.
mysql-test/suite/innodb_plugin/t/innodb-autoinc.test
View file @
70f40e39
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
# embedded server ignores 'delayed', so skip this
# embedded server ignores 'delayed', so skip this
--
source
include
/
not_embedded
.
inc
--
source
include
/
not_embedded
.
inc
let
$innodb_file_format_check_orig
=
`select @@innodb_file_format_check`
;
--
disable_warnings
--
disable_warnings
drop
table
if
exists
t1
;
drop
table
if
exists
t1
;
--
enable_warnings
--
enable_warnings
...
@@ -662,3 +664,10 @@ INSERT INTO t1 VALUES (1), (2), (-685113344), (NULL);
...
@@ -662,3 +664,10 @@ INSERT INTO t1 VALUES (1), (2), (-685113344), (NULL);
SELECT
*
FROM
t1
;
SELECT
*
FROM
t1
;
SHOW
CREATE
TABLE
t1
;
SHOW
CREATE
TABLE
t1
;
DROP
TABLE
t1
;
DROP
TABLE
t1
;
#
# restore environment to the state it was before this test execution
#
--
disable_query_log
eval
set
global
innodb_file_format_check
=
$innodb_file_format_check_orig
;
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