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
ca375370
Commit
ca375370
authored
Sep 15, 2002
by
peter@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix MySQL Test so it will not depend on current host in log file naming.
parent
a8a7fc34
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
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-master.opt
mysql-test/t/rpl_flush_log_loop-master.opt
+1
-1
mysql-test/t/rpl_flush_log_loop-slave.opt
mysql-test/t/rpl_flush_log_loop-slave.opt
+1
-1
No files found.
mysql-test/r/rpl_flush_log_loop.result
View file @
ca375370
...
...
@@ -14,4 +14,4 @@ slave start;
flush logs;
show slave status;
Master_Host Master_User Master_Port Connect_retry Master_Log_File Read_Master_Log_Pos Relay_Log_File Relay_Log_Pos Relay_Master_Log_File Slave_IO_Running Slave_SQL_Running Replicate_do_db Replicate_ignore_db Last_errno Last_error Skip_counter Exec_master_log_pos Relay_log_space
127.0.0.1 root 9307 60 slave-bin.001 79
mashka-relay-bin
.001 119 slave-bin.001 Yes Yes 0 0 79 119
127.0.0.1 root 9307 60 slave-bin.001 79
relay-log
.001 119 slave-bin.001 Yes Yes 0 0 79 119
mysql-test/t/rpl_flush_log_loop-master.opt
View file @
ca375370
-O max_binlog_size=1M
-O max_binlog_size=1M
--relay-log=$MYSQL_TEST_DIR/var/master-data/relay-log
mysql-test/t/rpl_flush_log_loop-slave.opt
View file @
ca375370
-O max_binlog_size=1M
-O max_binlog_size=1M
--relay-log=$MYSQL_TEST_DIR/var/slave-data/relay-log
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