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
e9b8538f
Commit
e9b8538f
authored
Mar 01, 2008
by
skozlov/ksm@mysql.com/virtop.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WL#4091, enable rpl_flushlog_loop.test and fix for rpl_drop_temp.test
parent
0771579b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
mysql-test/suite/rpl/t/disabled.def
mysql-test/suite/rpl/t/disabled.def
+0
-1
mysql-test/suite/rpl/t/rpl_drop_temp.test
mysql-test/suite/rpl/t/rpl_drop_temp.test
+1
-1
mysql-test/suite/rpl/t/rpl_flushlog_loop.test
mysql-test/suite/rpl/t/rpl_flushlog_loop.test
+2
-0
No files found.
mysql-test/suite/rpl/t/disabled.def
View file @
e9b8538f
...
...
@@ -11,7 +11,6 @@
##############################################################################
rpl_ddl : BUG#26418 2007-03-01 mleich Slave out of sync after CREATE/DROP TEMPORARY TABLE + ROLLBACK on master
rpl_flushlog_loop : WL#4091 skozlov: temporary disabled because of failures on some platforms
rpl_stm_extraColmaster_ndb : WL#3915 : Statement-based replication not supported in ndb. Enable test when supported.
rpl_innodb_bug28430 : Bug #32247 2007-11-27 mats Test reports wrong value of "AUTO_INCREMENT" (on a partitioned InnoDB table)
rpl_view : Bug#32654: rpl_view.test fails randomly
...
...
mysql-test/suite/rpl/t/rpl_drop_temp.test
View file @
e9b8538f
...
...
@@ -23,7 +23,7 @@ connection master1;
let
$wait_binlog_event
=
DROP
;
source
include
/
wait_for_binlog_event
.
inc
;
connection
slave
;
sync_slave_with_master
;
show
status
like
'Slave_open_temp_tables'
;
# Cleanup
connection
default
;
...
...
mysql-test/suite/rpl/t/rpl_flushlog_loop.test
View file @
e9b8538f
...
...
@@ -42,6 +42,8 @@ let $result_pattern= '%127.0.0.1%root%slave-bin.000001%slave-bin.000001%Yes%Yes%
--
disable_query_log
CREATE
TABLE
t1
(
a
INT
KEY
)
ENGINE
=
MyISAM
;
sync_slave_with_master
;
connection
master
;
INSERT
INTO
t1
VALUE
(
1
);
--
enable_query_log
FLUSH
LOGS
;
...
...
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