1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Disabled ascii-function

This commit is contained in:
mikael@dator6.(none)
2007-06-13 17:28:59 +02:00
parent c7f0c91012
commit 4ab5e26d93
11 changed files with 76 additions and 236 deletions

View File

@ -769,10 +769,11 @@ partition by range (a)
#
# Bug 18198 Partitions: Verify that erroneus partition functions doesn't work
#
-- error ER_PARTITION_FUNCTION_IS_NOT_ALLOWED
create table t1 (v varchar(12))
partition by range (ascii(v))
(partition p0 values less than (10));
drop table t1;
#drop table t1;
-- error 1064
create table t1 (a int)