Comment 7 for bug 1010232

Revision history for this message
Baron Schwartz (baron-xaprb) wrote :

Still having trouble with pt-osc:

[baron@localhost stabilize-test-suite]$ bin/pt-online-schema-change --alter='engine=innodb' h=127.1,P=3306,D=sakila,t=film_actor,u=root --lock-wait-timeout=50 --chunk-index-columns 1 --execute
Altering `sakila`.`film_actor`...
Creating new table...
Created new table sakila._film_actor_new OK.
Altering new table...
Altered `sakila`.`_film_actor_new` OK.
Creating triggers...
Created triggers OK.
Copying approximately 5143 rows...
Dropping triggers...
Dropped triggers OK.
Dropping new table...
Dropped new table OK.
`sakila`.`film_actor` was not altered.
Error copying rows from `sakila`.`film_actor` to `sakila`.`_film_actor_new`: Use of uninitialized value in numeric lt (<) at bin/pt-online-schema-change line 6367.