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
14b756c7
Commit
14b756c7
authored
Jun 21, 2012
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use the portable form of INSTALL PLUGIN in rpl_mdev359.test
parent
c2ca301c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/suite/rpl/r/rpl_mdev359.result
mysql-test/suite/rpl/r/rpl_mdev359.result
+1
-1
mysql-test/suite/rpl/t/rpl_mdev359.test
mysql-test/suite/rpl/t/rpl_mdev359.test
+1
-1
No files found.
mysql-test/suite/rpl/r/rpl_mdev359.result
View file @
14b756c7
include/master-slave.inc
include/master-slave.inc
[connection master]
[connection master]
CREATE TABLE t1 (a INT) ENGINE=MyISAM;
CREATE TABLE t1 (a INT) ENGINE=MyISAM;
INSTALL PLUGIN rpl_semi_sync_master SONAME 'semisync_master
.so
';
INSTALL PLUGIN rpl_semi_sync_master SONAME 'semisync_master';
SET GLOBAL rpl_semi_sync_master_enabled = ON;
SET GLOBAL rpl_semi_sync_master_enabled = ON;
SET DEBUG_SYNC = "rpl_semisync_master_commit_trx_before_lock SIGNAL m1_ready WAIT_FOR m1_cont";
SET DEBUG_SYNC = "rpl_semisync_master_commit_trx_before_lock SIGNAL m1_ready WAIT_FOR m1_cont";
INSERT INTO t1 SELECT * FROM t1;
INSERT INTO t1 SELECT * FROM t1;
...
...
mysql-test/suite/rpl/t/rpl_mdev359.test
View file @
14b756c7
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
# the code, disable the semisync, and then continue the paused thread.
# the code, disable the semisync, and then continue the paused thread.
CREATE
TABLE
t1
(
a
INT
)
ENGINE
=
MyISAM
;
CREATE
TABLE
t1
(
a
INT
)
ENGINE
=
MyISAM
;
INSTALL
PLUGIN
rpl_semi_sync_master
SONAME
'semisync_master
.so
'
;
INSTALL
PLUGIN
rpl_semi_sync_master
SONAME
'semisync_master'
;
SET
GLOBAL
rpl_semi_sync_master_enabled
=
ON
;
SET
GLOBAL
rpl_semi_sync_master_enabled
=
ON
;
--
connection
master1
--
connection
master1
SET
DEBUG_SYNC
=
"rpl_semisync_master_commit_trx_before_lock SIGNAL m1_ready WAIT_FOR m1_cont"
;
SET
DEBUG_SYNC
=
"rpl_semisync_master_commit_trx_before_lock SIGNAL m1_ready WAIT_FOR m1_cont"
;
...
...
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