dirty merge

This commit is contained in:
Oleksandr Byelkin 2019-02-07 13:59:31 +01:00
commit 65c5ef9b49
185 changed files with 5958 additions and 1871 deletions

View file

@ -762,7 +762,6 @@ drop table t1;
--echo # on char > 31 bytes".
--echo #
create table t1(a char(32) not null) engine=myisam;
--replace_regex /'[^']*test\.#sql-[0-9a-f_]*'/'#sql-temporary'/
--error ER_WRONG_ARGUMENTS
create spatial index i on t1 (a);
drop table t1;