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
51ef90a3
Commit
51ef90a3
authored
Mar 08, 2006
by
msvensson@shellback.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge bk-internal:/home/bk/mysql-5.0
into shellback.(none):/home/msvensson/mysql/bug17574/my50-bug17574
parents
78edd378
615357b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
mysql-test/r/rpl_trigger.result
mysql-test/r/rpl_trigger.result
+4
-4
mysql-test/t/rpl_trigger.test
mysql-test/t/rpl_trigger.test
+2
-2
No files found.
mysql-test/r/rpl_trigger.result
View file @
51ef90a3
...
...
@@ -862,8 +862,8 @@ START SLAVE;
SELECT MASTER_POS_WAIT('master-bin.000001', 513) >= 0;
MASTER_POS_WAIT('master-bin.000001', 513) >= 0
1
SHOW TABLES;
Tables_in_test
SHOW TABLES
LIKE 't_'
;
Tables_in_test
(t_)
t1
t2
SHOW TRIGGERS;
...
...
@@ -891,8 +891,8 @@ DROP TABLE t1;
DROP TABLE t2;
STOP SLAVE;
RESET SLAVE;
SHOW TABLES;
Tables_in_test
SHOW TABLES
LIKE 't_'
;
Tables_in_test
(t_)
SHOW TRIGGERS;
Trigger Event Table Statement Timing Created sql_mode Definer
RESET MASTER;
mysql-test/t/rpl_trigger.test
View file @
51ef90a3
...
...
@@ -301,7 +301,7 @@ SELECT MASTER_POS_WAIT('master-bin.000001', 513) >= 0;
# Check that the replication succeeded.
SHOW
TABLES
;
SHOW
TABLES
LIKE
't_'
;
SHOW
TRIGGERS
;
SELECT
*
FROM
t1
;
SELECT
*
FROM
t2
;
...
...
@@ -326,7 +326,7 @@ RESET SLAVE;
# The master should be clean.
connection
master
;
SHOW
TABLES
;
SHOW
TABLES
LIKE
't_'
;
SHOW
TRIGGERS
;
RESET
MASTER
;
...
...
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