1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Bug #12097 More fixes

This commit is contained in:
pappa@c-8b0ae253.1238-1-64736c10.cust.bredbandsbolaget.se
2005-07-22 15:17:05 -04:00
parent bbab59eb18
commit 9229a99375
4 changed files with 9 additions and 6 deletions

View File

@@ -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,