mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Using new error code HA_ERR_TABLE_DEF_CHANGED to signal wrong schema version of table
This commit is contained in:
@ -152,7 +152,7 @@ connection server1;
|
||||
alter table t1 drop index c;
|
||||
connection server2;
|
||||
# This should fail since index information is not automatically refreshed
|
||||
--error 1105
|
||||
--error 1412
|
||||
select * from t1 where b = 'two';
|
||||
select * from t1 where b = 'two';
|
||||
connection server1;
|
||||
|
Reference in New Issue
Block a user