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
a41bdfa5
Commit
a41bdfa5
authored
Feb 13, 2009
by
Alexey Kopytov
Browse files
Options
Browse Files
Download
Plain Diff
Merge from team tree
parents
dd35a152
de9da6dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
mysql-test/include/setup_fake_relay_log.inc
mysql-test/include/setup_fake_relay_log.inc
+2
-2
mysql-test/suite/rpl/t/rpl_cross_version.test
mysql-test/suite/rpl/t/rpl_cross_version.test
+1
-1
No files found.
mysql-test/include/setup_fake_relay_log.inc
View file @
a41bdfa5
...
...
@@ -69,9 +69,9 @@ let $_fake_relay_log_purge= `SELECT @@global.relay_log_purge`;
# Create relay log file.
copy_file
$fake_relay_log
$_fake_relay_log
;
# Create relay log index.
--
exec
echo
$_fake_
relay_log
>
$_fake_relay_index
--
exec
echo
$_fake_
filename
-
fake
.
000001
>
$_fake_relay_index
# Setup replication from existing relay log.
eval
CHANGE
MASTER
TO
MASTER_HOST
=
'dummy.localdomain'
,
RELAY_LOG_FILE
=
'$_fake_
relay_log
'
,
RELAY_LOG_POS
=
4
;
eval
CHANGE
MASTER
TO
MASTER_HOST
=
'dummy.localdomain'
,
RELAY_LOG_FILE
=
'$_fake_
filename-fake.000001
'
,
RELAY_LOG_POS
=
4
;
--
enable_query_log
mysql-test/suite/rpl/t/rpl_cross_version.test
View file @
a41bdfa5
...
...
@@ -11,7 +11,7 @@
#
--
source
include
/
have_log_bin
.
inc
--
source
include
/
not_windows
.
inc
#
# Bug#31240 load data infile replication between (4.0 or 4.1) and 5.1 fails
#
...
...
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