Loading mysql-test/r/ndb_alter_table_row.result +2 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ a b c 2 two two alter table t1 drop index c; select * from t1 where c = 'two'; ERROR HY000: Table definition has changed, please retry transaction select * from t1 where c = 'two'; a b c 2 two two drop table t1; Loading mysql-test/r/ndb_alter_table_stm.result +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ a b c 2 two two alter table t1 drop index c; select * from t1 where c = 'two'; ERROR HY000: Can't lock file (errno: 159) ERROR HY000: Table definition has changed, please retry transaction select * from t1 where c = 'two'; a b c 2 two two Loading mysql-test/t/ndb_alter_table_row.test +3 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,9 @@ select * from t1 where c = 'two'; connection server1; alter table t1 drop index c; connection server2; --error 1412 select * from t1 where c = 'two'; --sleep 5 select * from t1 where c = 'two'; connection server1; drop table t1; Loading mysql-test/t/ndb_alter_table_stm.test +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ select * from t1 where c = 'two'; connection server1; alter table t1 drop index c; connection server2; -- error 1015 -- error 1412 select * from t1 where c = 'two'; select * from t1 where c = 'two'; connection server1; Loading Loading
mysql-test/r/ndb_alter_table_row.result +2 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ a b c 2 two two alter table t1 drop index c; select * from t1 where c = 'two'; ERROR HY000: Table definition has changed, please retry transaction select * from t1 where c = 'two'; a b c 2 two two drop table t1; Loading
mysql-test/r/ndb_alter_table_stm.result +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ a b c 2 two two alter table t1 drop index c; select * from t1 where c = 'two'; ERROR HY000: Can't lock file (errno: 159) ERROR HY000: Table definition has changed, please retry transaction select * from t1 where c = 'two'; a b c 2 two two Loading
mysql-test/t/ndb_alter_table_row.test +3 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,9 @@ select * from t1 where c = 'two'; connection server1; alter table t1 drop index c; connection server2; --error 1412 select * from t1 where c = 'two'; --sleep 5 select * from t1 where c = 'two'; connection server1; drop table t1; Loading
mysql-test/t/ndb_alter_table_stm.test +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ select * from t1 where c = 'two'; connection server1; alter table t1 drop index c; connection server2; -- error 1015 -- error 1412 select * from t1 where c = 'two'; select * from t1 where c = 'two'; connection server1; Loading