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
23e384fc
Commit
23e384fc
authored
Feb 27, 2006
by
brian@zim.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
another cleanup patch for removing tables before tests start.
parent
f0f8795b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
mysql-test/extra/binlog_tests/insert_select-binlog.test
mysql-test/extra/binlog_tests/insert_select-binlog.test
+4
-0
mysql-test/r/binlog_stm_insert_select.result
mysql-test/r/binlog_stm_insert_select.result
+1
-0
No files found.
mysql-test/extra/binlog_tests/insert_select-binlog.test
View file @
23e384fc
# Embedded server doesn't support binlog
--
source
include
/
not_embedded
.
inc
--
disable_warnings
drop
table
if
exists
t1
,
t2
;
--
enable_warnings
# Check if a partly-completed INSERT SELECT in a MyISAM table goes into the
# binlog
...
...
mysql-test/r/binlog_stm_insert_select.result
View file @
23e384fc
drop table if exists t1,t2;
create table t1(a int, unique(a));
insert into t1 values(2);
create table t2(a int);
...
...
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