mirror of
https://github.com/MariaDB/server.git
synced 2025-12-03 05:41:09 +03:00
Merge branch '10.3' into 10.4
This commit is contained in:
@@ -8,7 +8,9 @@ insert into t1 values (i, Point(i, i));
|
||||
set i = i + 1;
|
||||
end while;
|
||||
end|
|
||||
begin;
|
||||
CALL insert_t1(70000);
|
||||
commit;
|
||||
check table t1;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 check status OK
|
||||
|
||||
@@ -28,7 +28,9 @@ end|
|
||||
delimiter ;|
|
||||
|
||||
# Test level 3 rtree.
|
||||
begin;
|
||||
CALL insert_t1(70000);
|
||||
commit;
|
||||
|
||||
--let $shutdown_timeout=0
|
||||
--source include/restart_mysqld.inc
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user