mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 21:54:48 +00:00
PT-196 pt-onine-schema-change is pausing because {some_status_variable}=0
Description here
This commit is contained in:
10
t/pt-online-schema-change/samples/pt-196.sql
Normal file
10
t/pt-online-schema-change/samples/pt-196.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
DROP SCHEMA IF EXISTS test;
|
||||
CREATE SCHEMA test;
|
||||
USE test;
|
||||
|
||||
CREATE TABLE test(
|
||||
id INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
|
||||
test INT
|
||||
);
|
||||
|
||||
INSERT INTO test (test) VALUES(1),(2),(3);
|
Reference in New Issue
Block a user