mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-15975 PL/SQL parser does not understand historical queries
Merging the following features from sql_yacc.yy to sql_yacc_ora.yy: - system versioning - column compression - table value constructor - spatial predicate WITHIN - DELETE_DOMAIN_ID
This commit is contained in:
6
mysql-test/suite/compat/oracle/r/gis.result
Normal file
6
mysql-test/suite/compat/oracle/r/gis.result
Normal file
@ -0,0 +1,6 @@
|
||||
SELECT WITHIN(POINT(1,1), POINT(1,1));
|
||||
WITHIN(POINT(1,1), POINT(1,1))
|
||||
1
|
||||
SELECT WITHIN(POINT(1,1), POINT(0,0));
|
||||
WITHIN(POINT(1,1), POINT(0,0))
|
||||
0
|
Reference in New Issue
Block a user