MINI MINI MANI MO
| Path : /opt/mysql/mysql-test/suite/rpl/r/ |
|
|
| Current File : //opt/mysql/mysql-test/suite/rpl/r/rpl_replication_observers_example_plugin_channels.result |
include/have_replication_observers_example_plugin.inc
include/install_replication_observers_example.inc
CREATE TABLE t1 (a INT PRIMARY KEY) ENGINE=InnoDB;
SET @debug_saved= @@GLOBAL.DEBUG;
SET @@GLOBAL.DEBUG= '+d,validate_replication_observers_plugin_server_channels';
INSERT INTO t1 VALUES(1);
SET @@GLOBAL.DEBUG= @debug_saved;
DROP TABLE t1;
include/uninstall_replication_observers_example.inc
OHA YOOOO