mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-12 06:00:14 +00:00
6 lines
190 B
SQL
6 lines
190 B
SQL
USE test;
|
|
|
|
-- Increase column size from 8 to 16 so insert.log causes
|
|
-- a warning diff (value is truncated on host1).
|
|
ALTER TABLE t CHANGE COLUMN username username varchar(16) default NULL;
|