mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Disabled ascii-function
This commit is contained in:
@@ -19,6 +19,4 @@ drop table t1;
|
||||
create table t1 (a varchar(1), primary key (a))
|
||||
partition by list (ascii(a))
|
||||
(partition p1 values in (65));
|
||||
insert into t1 values ('A');
|
||||
replace into t1 values ('A');
|
||||
drop table t1;
|
||||
ERROR HY000: This partition function is not allowed
|
||||
|
||||
Reference in New Issue
Block a user