mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-14 23:40:58 +00:00
6 lines
73 B
SQL
6 lines
73 B
SQL
USE test;
|
|
CREATE TABLE t (
|
|
host2_col INT
|
|
);
|
|
INSERT INTO t VALUES (1);
|