spider/handler.spider_fixes w2 [ fail ]
|
Test ended at 2016-10-09 02:27:59
|
|
CURRENT_TEST: spider/handler.spider_fixes
|
mysqltest: At line 1254: query '$CHILD2_1_CREATE_TEXT_KEY_TABLES1' failed: 1071: Specified key was too long; max key length is 1000 bytes
|
|
The result from queries just before the failure was:
|
< snip >
|
PRIMARY KEY (id)
|
) MASTER_1_ENGINE MASTER_1_CHARSET MASTER_1_COMMENT_ERROR_MODE1_1
|
SELECT id FROM t1 ORDER BY id;
|
id
|
Warnings:
|
Error 12702 Remote table 'auto_test_remote.ter1_1' is not found
|
Error 1146 Table 'auto_test_remote.ter1_1' doesn't exist
|
INSERT INTO t1 (id) VALUES (1);
|
Warnings:
|
Error 1146 Table 'auto_test_remote.ter1_1' doesn't exist
|
DELETE FROM t1;
|
Warnings:
|
Error 12702 Remote table 'auto_test_remote.ter1_1' is not found
|
Error 1146 Table 'auto_test_remote.ter1_1' doesn't exist
|
TRUNCATE t1;
|
Warnings:
|
Error 1146 Table 'auto_test_remote.ter1_1' doesn't exist
|
|
3.0
|
is null
|