mariadb/mysql-test/suite/innodb_gis
Rucha Deodhar 1f28350b59 MDEV-32456: incorrect result of gis function in view protocol
There are 3 diff in result:
1) NULL value from SELECT
Due to incorrect truncating of the hex value, incorrect value is
written instead of original value to the view frm. This results in reading
incorrect value from frm, so eventual result is NULL.
2) 'Name_exp1' in column name (in gis.test)
This was because the identifier in SELECT is longer than 64 characters,
so 'Name_exp1' alias is also written to the view frm.
3)diff in explain extended
This was because the query plan for view protocol doesn't
contain database name. As a fix, disable view protocol for that particular
query.
2024-07-17 22:37:32 +05:30
..
r MDEV-32456: incorrect result of gis function in view protocol 2024-07-17 22:37:32 +05:30
t MDEV-32456: incorrect result of gis function in view protocol 2024-07-17 22:37:32 +05:30
disabled.def MDEV-22512: Re-enable the tests on 10.5 2022-11-08 18:21:39 +02:00