Marko Mäkelä
44fd2c4b24
Merge 10.5 into 10.6
2022-09-20 16:53:20 +03:00
Marko Mäkelä
18795f5512
Merge 10.3 into 10.4
2022-09-13 16:36:38 +03:00
Alexander Barkov
f1544424de
MDEV-29446 Change SHOW CREATE TABLE to display default collation
2022-09-12 22:10:39 +04:00
Varun Gupta
f691d9865b
MDEV-7317: Make an index ignorable to the optimizer
...
This feature adds the functionality of ignorability for indexes.
Indexes are not ignored be default.
To control index ignorability explicitly for a new index,
use IGNORE or NOT IGNORE as part of the index definition for
CREATE TABLE, CREATE INDEX, or ALTER TABLE.
Primary keys (explicit or implicit) cannot be made ignorable.
The table INFORMATION_SCHEMA.STATISTICS get a new column named IGNORED that
would store whether an index needs to be ignored or not.
2021-03-04 22:50:00 +05:30
Marko Mäkelä
bd3c8f47cd
Merge 10.3 into 10.4
2020-03-20 22:06:55 +02:00
Alexey Botchkov
a0ce62f804
MDEV-14057 InnoDB GIS tests fail.
...
Tests fixed.
MBR::Within() function fixed.
2020-03-18 13:55:21 +04:00
Varun Gupta
93c360e3a5
MDEV-15253: Default optimizer setting changes for MariaDB 10.4
...
use_stat_tables= PREFERABLY
optimizer_use_condition_selectivity= 4
2018-12-09 09:22:00 +05:30
Alexey Botchkov
ea876b39f3
MDEV-13716 point_big test fails in 10.2.
...
Implementation for the reverse spatial predicates was lost
somehow.
2017-09-12 11:58:49 +04:00
Alexey Botchkov
a60bdcba64
MDEV-12462 SPATIAL index fails to work with CONTAINS.
...
Flags are wrongly set for MBR_CONTAINS/MBR_WITHIN functions.
2017-05-02 16:24:42 +04:00
Allen Lai
07e88be5b7
Bug#23044098 INSERT OF GIS DATA INTO RTREE HITS ASSERT IN RTR_CUR_RESTORE_POSITION_FUNC()
...
This bug is caused by missing page number field when store btree cursor.
Reviewed-by: Jimmy Yang<jimmy.yang@oracle.com >
RB: 14617
2017-04-26 23:03:30 +03:00
Sergei Golubchik
4a5d25c338
Merge branch '10.1' into 10.2
2016-12-29 13:23:18 +01:00
Alexey Botchkov
cc577f81b8
MDEV-11041 Innodb_gis/ tests taken from MySQL fail.
...
Some fixes made in innodb and item_create.cc.
Adapted Innodb-GIS tests moved to MariaDB.
2016-11-29 16:25:22 +04:00