mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
merge 5.0-opt -> 5.1-opt for bug 30825
This commit is contained in:
parent
c5dfd3e193
commit
6875b402f0
1 changed files with 1 additions and 0 deletions
|
|
@ -545,6 +545,7 @@ SELECT Overlaps(@horiz1, @point2) FROM DUAL;
|
|||
Overlaps(@horiz1, @point2)
|
||||
0
|
||||
DROP TABLE t1;
|
||||
End of 5.0 tests
|
||||
CREATE TABLE t1 (p POINT);
|
||||
CREATE TABLE t2 (p POINT, INDEX(p));
|
||||
INSERT INTO t1 VALUES (POINTFROMTEXT('POINT(1 2)'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue