1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Merge 10.2 (up to commit ef00ac4c86) into 10.3

This commit is contained in:
Alexander Barkov
2019-09-04 09:55:59 +04:00
44 changed files with 1825 additions and 23 deletions

View File

@ -8,6 +8,8 @@
--source include/have_debug.inc
--source include/big_test.inc
--source include/not_valgrind.inc
--source include/have_64bit.inc
# Create table with R-tree index.
create table t1 (c1 int, c2 geometry not null, spatial index (c2))engine=innodb;