Loading mysql-test/r/ndb_alter_table.result +1 −1 Original line number Diff line number Diff line Loading @@ -179,7 +179,7 @@ a b c 2 two two alter table t1 drop index c; select * from t1 where b = 'two'; ERROR HY000: Table definition has changed, please retry transaction ERROR HY000: Can't lock file (errno: 241) select * from t1 where b = 'two'; a b c 2 two two Loading mysql-test/t/ndb_alter_table.test +1 −1 Original line number Diff line number Diff line Loading @@ -149,7 +149,7 @@ connection server1; alter table t1 drop index c; connection server2; # This should fail since index information is not automatically refreshed --error 1105 --error 1015 select * from t1 where b = 'two'; select * from t1 where b = 'two'; connection server1; Loading Loading
mysql-test/r/ndb_alter_table.result +1 −1 Original line number Diff line number Diff line Loading @@ -179,7 +179,7 @@ a b c 2 two two alter table t1 drop index c; select * from t1 where b = 'two'; ERROR HY000: Table definition has changed, please retry transaction ERROR HY000: Can't lock file (errno: 241) select * from t1 where b = 'two'; a b c 2 two two Loading
mysql-test/t/ndb_alter_table.test +1 −1 Original line number Diff line number Diff line Loading @@ -149,7 +149,7 @@ connection server1; alter table t1 drop index c; connection server2; # This should fail since index information is not automatically refreshed --error 1105 --error 1015 select * from t1 where b = 'two'; select * from t1 where b = 'two'; connection server1; Loading