summaryrefslogtreecommitdiff
path: root/mysql-test/t/partition_error.test
diff options
context:
space:
mode:
authorpappa@c-8b0ae253.1238-1-64736c10.cust.bredbandsbolaget.se <>2005-07-22 15:17:05 -0400
committerpappa@c-8b0ae253.1238-1-64736c10.cust.bredbandsbolaget.se <>2005-07-22 15:17:05 -0400
commit9229a993756ab6e94f69523866822ff9963ed467 (patch)
tree192d6948910b69e1eb5e8021dc1e09dbcd5addda /mysql-test/t/partition_error.test
parentbbab59eb180cf66a88fe50d0ab64ba4f2f6f01e9 (diff)
downloadmariadb-git-9229a993756ab6e94f69523866822ff9963ed467.tar.gz
Bug #12097 More fixes
Diffstat (limited to 'mysql-test/t/partition_error.test')
-rw-r--r--mysql-test/t/partition_error.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/partition_error.test b/mysql-test/t/partition_error.test
index 2e1f08abf79..219219ad882 100644
--- a/mysql-test/t/partition_error.test
+++ b/mysql-test/t/partition_error.test
@@ -389,7 +389,7 @@ partitions 2
#
# Partition by range, inconsistent partition function and constants
#
---error 1450
+--error 1064
CREATE TABLE t1 (
a int not null,
b int not null,
@@ -702,7 +702,7 @@ partitions 2
#
# Partition by list, wrong constant result type (not INT)
#
---error 1450
+--error 1064
CREATE TABLE t1 (
a int not null,
b int not null,