diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2016-02-08 22:53:40 +0200 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2016-02-09 19:02:25 +0200 |
commit | 775cccca9f1502ae2f4cf1417d0f94d4872d4630 (patch) | |
tree | 8611a9f868e11c3ff9d702da9bb545cbf72d72ef /mysql-test/t/create.test | |
parent | 01628ce35a241c2bd1a3c2954ee09b6dda961a74 (diff) | |
download | mariadb-git-775cccca9f1502ae2f4cf1417d0f94d4872d4630.tar.gz |
MDEV-7122: Assertion `0' failed in subselect_hash_sj_engine::init
The select mentioned in the bug attempted to create a temporary table
using the maria storage engine. The table needs to have primary keys such that
duplicates can be removed. Unfortunately this use case has a longer
than allowed key and the tmp table got created without a temporary key.
We must not allow materialization for the subquery if the total key
length and key parts is greater than what the storage engine supports.
Diffstat (limited to 'mysql-test/t/create.test')
0 files changed, 0 insertions, 0 deletions