mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-21 11:30:24 +00:00
pt-osc generate random table prefix after 10th try
This commit is contained in:
9
t/pt-online-schema-change/samples/simple_test_table.sql
Normal file
9
t/pt-online-schema-change/samples/simple_test_table.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
DROP DATABASE IF EXISTS test;
|
||||
CREATE DATABASE test;
|
||||
USE test;
|
||||
CREATE TABLE `test` (
|
||||
`id` int(11) NOT NULL,
|
||||
`name` varchar(20) DEFAULT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB;
|
||||
|
Reference in New Issue
Block a user