mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
dirty merge
This commit is contained in:
commit
65c5ef9b49
185 changed files with 5958 additions and 1871 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue