mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-05-06 01:01:24 +08:00
Removed commented out line
This commit is contained in:
@@ -7,7 +7,6 @@ CREATE TABLE test.test2 (
|
||||
col2 TEXT NOT NULL,
|
||||
col3 VARCHAR(5) NOT NULL,
|
||||
UNIQUE KEY (col1, col2(3))
|
||||
-- ,PRIMARY KEY (col1)
|
||||
);
|
||||
|
||||
INSERT INTO test.test2 VALUES(1,'aaa','aaa');
|
||||
|
||||
Reference in New Issue
Block a user