mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Updated expected error
This commit is contained in:
@@ -179,7 +179,7 @@ a b c
|
|||||||
2 two two
|
2 two two
|
||||||
alter table t1 drop index c;
|
alter table t1 drop index c;
|
||||||
select * from t1 where b = 'two';
|
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';
|
select * from t1 where b = 'two';
|
||||||
a b c
|
a b c
|
||||||
2 two two
|
2 two two
|
||||||
|
@@ -149,7 +149,7 @@ connection server1;
|
|||||||
alter table t1 drop index c;
|
alter table t1 drop index c;
|
||||||
connection server2;
|
connection server2;
|
||||||
# This should fail since index information is not automatically refreshed
|
# 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';
|
||||||
select * from t1 where b = 'two';
|
select * from t1 where b = 'two';
|
||||||
connection server1;
|
connection server1;
|
||||||
|
Reference in New Issue
Block a user