mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Bug #12097 More fixes
mysql-test/r/partition_error.result: Fixed result files after rearranging code a bit mysql-test/t/partition_error.test: Fixed result files after rearranging code a bit sql/share/errmsg.txt: Fixed result files after rearranging code a bit sql/sql_yacc.yy: Added initialisation
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user