diff options
author | unknown <bell@sanja.is.com.ua> | 2002-08-05 11:45:39 +0300 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2002-08-05 11:45:39 +0300 |
commit | 2cb480f2a8aa82df59e0dcde77c456118a332a8c (patch) | |
tree | b6bc9e0e5e902331150f65ad4c1ca206cf92fbae /mysql-test/r/truncate.result | |
parent | e8c681a76ef63f06b3f7261355d8b0cc926483d8 (diff) | |
download | mariadb-git-2cb480f2a8aa82df59e0dcde77c456118a332a8c.tar.gz |
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
Diffstat (limited to 'mysql-test/r/truncate.result')
-rw-r--r-- | mysql-test/r/truncate.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/truncate.result b/mysql-test/r/truncate.result index e02797cc8e5..44dacdd9bf1 100644 --- a/mysql-test/r/truncate.result +++ b/mysql-test/r/truncate.result @@ -20,3 +20,5 @@ truncate table t1; select * from t1; n drop table t1; +truncate non_existing_table; +Table 'test.non_existing_table' doesn't exist |