1#
2# MDEV-27184 Assertion `(old_top == initial_top (av) && old_size == 0) ||
3# ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) &&
4# ((unsigned long) old_end & (pagesize - 1)) == 0)' failed,
5# Assertion `str.alloced_length() >= str.length() + data_len' failed
6#
7for master_1
8for child2
9for child3
10connection master_1;
11CREATE DATABASE auto_test_remote;
12USE auto_test_remote;
13CREATE TABLE tbl_a (a FLOAT) ENGINE=SPIDER;
14INSERT INTO tbl_a VALUES
15(0xF5A7),(0xF5A8),(0xF5A9),(0xF5AA),(0xF5AB),(0xF5AC),(0xF5AD),(0xF5AE),
16(0xF5A7),(0xF5A8),(0xF5A9),(0xF5AA),(0xF5AB),(0xF5AC),(0xF5AD),(0xF5AE);
17ERROR HY000: Unable to connect to foreign data source: localhost
18DROP DATABASE auto_test_remote;
19for master_1
20for child2
21for child3
22