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
f171d3ff
Commit
f171d3ff
authored
Jul 09, 2013
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit_1innodb.test: update results from 5.6
parent
67002a58
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/include/commit.inc
mysql-test/include/commit.inc
+2
-2
mysql-test/r/commit_1innodb.result
mysql-test/r/commit_1innodb.result
+2
-2
No files found.
mysql-test/include/commit.inc
View file @
f171d3ff
...
...
@@ -7,7 +7,7 @@
##
set
sql_mode
=
no_engine_substitution
;
eval
set
storage_engine
=
$engine_type
;
eval
set
default_
storage_engine
=
$engine_type
;
set
autocommit
=
1
;
--
disable_warnings
...
...
@@ -757,7 +757,7 @@ call p_verify_status_increment(2, 0, 4, 4);
alter
table
t3
add
column
(
b
int
);
call
p_verify_status_increment
(
2
,
0
,
2
,
0
);
alter
table
t3
rename
t4
;
call
p_verify_status_increment
(
2
,
0
,
2
,
0
);
call
p_verify_status_increment
(
0
,
0
,
0
,
0
);
rename
table
t4
to
t3
;
call
p_verify_status_increment
(
0
,
0
,
0
,
0
);
truncate
table
t3
;
...
...
mysql-test/r/commit_1innodb.result
View file @
f171d3ff
call mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT");
set sql_mode=no_engine_substitution;
set storage_engine = InnoDB;
set
default_
storage_engine = InnoDB;
set autocommit=1;
drop table if exists t1;
drop table if exists t2;
...
...
@@ -842,7 +842,7 @@ call p_verify_status_increment(2, 0, 2, 0);
SUCCESS
alter table t3 rename t4;
call p_verify_status_increment(
2, 0, 2
, 0);
call p_verify_status_increment(
0, 0, 0
, 0);
SUCCESS
rename table t4 to t3;
...
...
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