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
c0db5ae4
Commit
c0db5ae4
authored
Oct 26, 2008
by
Serge Kozlov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug#22442, removed number of port
parent
9740e4b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/rpl_flush_log_loop.result
mysql-test/r/rpl_flush_log_loop.result
+1
-1
mysql-test/t/rpl_flush_log_loop.test
mysql-test/t/rpl_flush_log_loop.test
+1
-1
No files found.
mysql-test/r/rpl_flush_log_loop.result
View file @
c0db5ae4
...
...
@@ -23,7 +23,7 @@ show slave status;
Slave_IO_State #
Master_Host 127.0.0.1
Master_User root
Master_Port
9306
Master_Port
MASTER_PORT
Connect_Retry 1
Master_Log_File master-bin.000001
Read_Master_Log_Pos 98
...
...
mysql-test/t/rpl_flush_log_loop.test
View file @
c0db5ae4
...
...
@@ -31,7 +31,7 @@ flush logs;
let
$slave_param
=
Relay_Log_File
;
let
$slave_param_value
=
$relay_file
;
source
include
/
wait_for_slave_param
.
inc
;
--
replace_result
$SLAVE_MYPORT
SLAVE_PORT
--
replace_result
$SLAVE_MYPORT
SLAVE_PORT
$MASTER_MYPORT
MASTER_PORT
--
replace_column
1
# 8 # 9 # 16 # 23 # 33 # 34 # 35 #
--
query_vertical
show
slave
status
...
...
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