1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fixed a failure in partition_truncate.test.

This commit is contained in:
Igor Babaev
2013-07-08 12:55:11 -07:00
parent 66f1a848f4
commit f1848be746
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ partition by list (a)
alter table t1 truncate partition p1,p1;
ERROR HY000: Incorrect partition name
alter table t1 truncate partition p0;
ERROR HY000: Incorrect partition name
ERROR HY000: Unknown partition 'p0' in table 't1'
drop table t1;
create table t1 (a int)
partition by list (a)