summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sql_sequence/partition.result
blob: 223285ce95d5a7e85628359ea970001e156bbaae (plain)
1
2
3
4
5
6
7
#
# MDEV-13715 ha_partition::engine_name() segfault fix
#
create sequence s;
alter table s partition by hash(start_value) partitions 2;
ERROR HY000: Table storage engine 'partition' does not support the create option 'SEQUENCE'
drop sequence s;