mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Speed up of innodb_gis.update_root test 10x by adding BEGIN/COMMIT
This commit is contained in:
@ -26,11 +26,15 @@ end|
|
||||
delimiter ;|
|
||||
|
||||
# Test level 3 rtree.
|
||||
BEGIN;
|
||||
CALL insert_t1(70000);
|
||||
COMMIT;
|
||||
|
||||
BEGIN;
|
||||
CALL insert_t1(90);
|
||||
CALL insert_t1(90);
|
||||
CALL insert_t1(83);
|
||||
COMMIT;
|
||||
|
||||
insert into t1 values (0, Point(0.9, 0.9));
|
||||
|
||||
|
Reference in New Issue
Block a user