mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Fix spelling: occurred, execute, which etc
This commit is contained in:
@@ -655,7 +655,7 @@ insert into t1 values (1);
|
||||
flush tables;
|
||||
# Open t2 and (implicitly) t1.
|
||||
select * from t2;
|
||||
# Truncate t1, wich was not recognized as open without the bugfix.
|
||||
# Truncate t1, which was not recognized as open without the bugfix.
|
||||
# After fix for Bug#8306 and before fix for Bug#26379,
|
||||
# it should fail with a table-in-use error message, otherwise succeed.
|
||||
truncate table t1;
|
||||
|
||||
Reference in New Issue
Block a user