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
bbd88314
Commit
bbd88314
authored
Oct 29, 2001
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
parents
928963f6
4af3c668
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
mysql-test/t/rpl000012.test
mysql-test/t/rpl000012.test
+1
-0
sql/slave.cc
sql/slave.cc
+0
-1
No files found.
mysql-test/t/rpl000012.test
View file @
bbd88314
...
...
@@ -9,6 +9,7 @@ insert into t2 select * from t1;
drop
table
if
exists
test
.
t3
;
create
temporary
table
test
.
t3
(
n
int
not
null
);
alter
table
test
.
t3
add
primary
key
(
n
);
flush
logs
;
insert
into
t3
values
(
100
);
insert
into
t2
select
*
from
t3
;
drop
table
if
exists
test
.
t3
;
...
...
sql/slave.cc
View file @
bbd88314
...
...
@@ -1104,7 +1104,6 @@ static int exec_event(THD* thd, NET* net, MASTER_INFO* mi, int event_len)
}
case
START_EVENT
:
close_temporary_tables
(
thd
);
mi
->
inc_pos
(
event_len
);
flush_master_info
(
mi
);
delete
ev
;
...
...
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