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
35c158ec
Commit
35c158ec
authored
Mar 27, 2008
by
hezx@mail.hezx.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
post fix after push of bug#33029
parent
905659a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
mysql-test/suite/binlog/r/binlog_auto_increment_bug33029.result
...test/suite/binlog/r/binlog_auto_increment_bug33029.result
+5
-0
mysql-test/suite/binlog/t/binlog_auto_increment_bug33029.test
...l-test/suite/binlog/t/binlog_auto_increment_bug33029.test
+9
-0
No files found.
mysql-test/suite/binlog/r/binlog_auto_increment_bug33029.result
View file @
35c158ec
...
...
@@ -31,3 +31,8 @@ id
17
18
19
DROP TABLE IF EXISTS t1, t2;
DROP PROCEDURE IF EXISTS p1;
DROP PROCEDURE IF EXISTS p2;
DROP FUNCTION IF EXISTS f1;
DROP TRIGGER IF EXISTS tr1;
mysql-test/suite/binlog/t/binlog_auto_increment_bug33029.test
View file @
35c158ec
...
...
@@ -34,3 +34,12 @@ enable_result_log;
echo
# Result on slave;
SELECT
*
FROM
t1
;
SELECT
*
FROM
t2
;
# clean up
disable_warnings
;
DROP
TABLE
IF
EXISTS
t1
,
t2
;
DROP
PROCEDURE
IF
EXISTS
p1
;
DROP
PROCEDURE
IF
EXISTS
p2
;
DROP
FUNCTION
IF
EXISTS
f1
;
DROP
TRIGGER
IF
EXISTS
tr1
;
enable_warnings
;
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