mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@@ -141,7 +141,7 @@ t1 CREATE TABLE `t1` (
|
||||
PRIMARY KEY (`i`),
|
||||
SPATIAL KEY `idx` (`g`),
|
||||
SPATIAL KEY `idx2` (`g`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci
|
||||
drop index idx on t1;
|
||||
drop table t1;
|
||||
create table t1 (i int, i2 char(10), g geometry not null, primary key (i, i2), spatial index (g))engine=innodb;
|
||||
|
Reference in New Issue
Block a user