Files
percona-toolkit/t/pt-archiver/samples/table10.sql
2011-06-24 16:02:05 -06:00

6 lines
94 B
SQL

use test;
drop table if exists table_10;
create table table_10(a int not null primary key);