Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.5, 10.6, 10.11, 11.1(EOL), 11.2(EOL), 11.3(EOL), 11.4, 11.5(EOL)
-
None
Description
Place the test in the main suite, for example, as spider suites could lead to Bug in test case: '$SERVER_MYPORT_2' not initialized. Check the test's .cnf file.
--source include/master-slave.inc
|
INSTALL PLUGIN Spider SONAME 'ha_spider.so'; |
CREATE TABLE t (c INT) ENGINE=Spider; |
--error ER_CONNECT_TO_FOREIGN_DATA_SOURCE
|
INSERT INTO t VALUES (1); |
--sync_slave_with_master
|
SELECT * FROM t; |
--source include/rpl_end.inc |
Leads to:
11.5.0 3f9182126c64bcec359bebe9ebad2a0e559b13e2 (Debug) |
Slave_IO_Running Yes
|
Slave_SQL_Running No
|
...
|
Last_Errno 1286
|
Last_Error Error 'Unknown storage engine 'Spider'' on query. Default database: 'test'. Query: 'CREATE TABLE t (c INT) ENGINE=Spider'
|