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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
9f573f0a
Commit
9f573f0a
authored
Sep 12, 2005
by
jmiller@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding comment for force manual merge 5.0 -> wl1012
parent
d0f585f1
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
0 deletions
+7
-0
mysql-test/t/rpl_error_ignored_table.test
mysql-test/t/rpl_error_ignored_table.test
+1
-0
mysql-test/t/rpl_flush_tables.test
mysql-test/t/rpl_flush_tables.test
+1
-0
mysql-test/t/rpl_loaddata_rule_m.test
mysql-test/t/rpl_loaddata_rule_m.test
+1
-0
mysql-test/t/rpl_log.test
mysql-test/t/rpl_log.test
+1
-0
mysql-test/t/rpl_max_relay_size.test
mysql-test/t/rpl_max_relay_size.test
+1
-0
mysql-test/t/rpl_multi_query.test
mysql-test/t/rpl_multi_query.test
+1
-0
mysql-test/t/rpl_reset_slave.test
mysql-test/t/rpl_reset_slave.test
+1
-0
No files found.
mysql-test/t/rpl_error_ignored_table.test
View file @
9f573f0a
...
...
@@ -57,3 +57,4 @@ connection slave;
sync_with_master
;
# End of 4.1 tests
# Adding comment for force manual merge 5.0 -> wl1012. delete me if needed
mysql-test/t/rpl_flush_tables.test
View file @
9f573f0a
...
...
@@ -40,3 +40,4 @@ select * from t3;
# in the .err files; these are not fatal and are not reported by mysql-test-run.
# End of 4.1 tests
# Adding comment for force manual merge 5.0 -> wl1012. Delete me if needed.
mysql-test/t/rpl_loaddata_rule_m.test
View file @
9f573f0a
...
...
@@ -27,3 +27,4 @@ show binlog events from 98;
drop
database
mysqltest
;
# End of 4.1 tests
# Adding comment for force manual merge 5.0 -> wl1012: Delete me
mysql-test/t/rpl_log.test
View file @
9f573f0a
...
...
@@ -110,3 +110,4 @@ show slave status;
show
binlog
events
in
'slave-bin.000005'
from
4
;
# End of 4.1 tests
# Adding comment for force manual merge 5.0 -> wl1012: Delete me
mysql-test/t/rpl_max_relay_size.test
View file @
9f573f0a
...
...
@@ -93,3 +93,4 @@ flush logs;
show
master
status
;
# End of 4.1 tests
#
mysql-test/t/rpl_multi_query.test
View file @
9f573f0a
...
...
@@ -29,3 +29,4 @@ drop database mysqltest;
sync_slave_with_master
;
# End of 4.1 tests
#
mysql-test/t/rpl_reset_slave.test
View file @
9f573f0a
...
...
@@ -48,3 +48,4 @@ sync_with_master;
show
status
like
'slave_open_temp_tables'
;
# End of 4.1 tests
#
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