mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 13:46:22 +00:00
Update alter_active_table.t and fix NibbleIterator to handle a growing table.
This commit is contained in:
@@ -3,9 +3,9 @@ CREATE DATABASE pt_osc;
|
||||
USE pt_osc;
|
||||
CREATE TABLE t (
|
||||
id int auto_increment primary key,
|
||||
c char(16),
|
||||
c char(32),
|
||||
d date,
|
||||
unique index (c(16))
|
||||
unique index (c(32))
|
||||
) ENGINE=MyISAM;
|
||||
INSERT INTO pt_osc.t VALUES
|
||||
(null, 'a', now()),
|
||||
|
Reference in New Issue
Block a user