Files
percona-toolkit/t/lib/samples/ndb_table.sql

5 lines
179 B
SQL

CREATE TABLE `pipo` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`id`)
) /*!50100 TABLESPACE ts_1 STORAGE DISK */ ENGINE=ndbcluster DEFAULT CHARSET=latin1