summaryrefslogtreecommitdiffstats
path: root/storage/spider/mysql-test/spider/bugfix/t/mdev_27233.sql
blob: 2be9ec1fad6ac77120640fc280a5b2e526fcf4b9 (plain)
1
2
3
INSTALL SONAME 'ha_spider.so';
USE test;
CREATE TABLE t (c INT) ENGINE=SPIDER;