mirror of
https://github.com/MariaDB/server.git
synced 2025-11-09 11:41:36 +03:00
fixed bug in truncating nonexisting table, found by Carsten
mysql-test/r/truncate.result: test suit for truncate bug mysql-test/t/truncate.test: test suit for truncate bug
This commit is contained in:
@@ -18,3 +18,5 @@ insert into t1 values (1),(2),(3);
|
||||
truncate table t1;
|
||||
select * from t1;
|
||||
drop table t1;
|
||||
--error 1146
|
||||
truncate non_existing_table;
|
||||
|
||||
Reference in New Issue
Block a user