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
6c6c278e
Commit
6c6c278e
authored
Feb 05, 2008
by
mkindahl@dl145h.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disabling test case binlog_old_version for embedded server.
parent
1dc96b38
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
mysql-test/lib/mtr_report.pl
mysql-test/lib/mtr_report.pl
+2
-1
mysql-test/suite/binlog/t/binlog_old_versions.test
mysql-test/suite/binlog/t/binlog_old_versions.test
+1
-0
sql/rpl_rli.cc
sql/rpl_rli.cc
+1
-0
No files found.
mysql-test/lib/mtr_report.pl
View file @
6c6c278e
...
...
@@ -377,7 +377,8 @@ sub mtr_report_stats ($) {
# rpl_skip_error and binlog_killed_simulate produce an error which is skipped (slave does not stop)
((
$testname
eq
'
rpl.rpl_skip_error
'
or
$testname
eq
'
binlog.binlog_killed_simulate
')
and
$testname
eq
'
binlog.binlog_killed_simulate
'
or
$testname
eq
'
binlog.binlog_killed
')
and
(
/Failed to write to mysql\.general_log/
))
or
...
...
mysql-test/suite/binlog/t/binlog_old_versions.test
View file @
6c6c278e
...
...
@@ -22,6 +22,7 @@
# Related bugs: BUG#27779, BUG#31581, BUG#31582, BUG#31583, BUG#32407
source
include
/
not_embedded
.
inc
;
--
disable_warnings
DROP
TABLE
IF
EXISTS
t1
,
t2
,
t3
;
...
...
sql/rpl_rli.cc
View file @
6c6c278e
...
...
@@ -33,6 +33,7 @@ Relay_log_info::Relay_log_info()
:
Slave_reporting_capability
(
"SQL"
),
no_storage
(
FALSE
),
replicate_same_server_id
(
::
replicate_same_server_id
),
info_fd
(
-
1
),
cur_log_fd
(
-
1
),
save_temporary_tables
(
0
),
group_relay_log_pos
(
0
),
cur_log_old_open_count
(
0
),
group_master_log_pos
(
0
),
log_space_total
(
0
),
ignore_log_space_limit
(
0
),
last_master_timestamp
(
0
),
slave_skip_counter
(
0
),
abort_pos_wait
(
0
),
slave_run_id
(
0
),
sql_thd
(
0
),
...
...
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