[MDEV-4365] GIS index regression on 5.5.30 Created: 2013-04-03 Updated: 2022-12-08 Resolved: 2022-12-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | N/A |
| Affects Version/s: | 5.5.30 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Trivial |
| Reporter: | VAROQUI Stephane | Assignee: | Alexey Botchkov |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Upgrading 5.5.28a binaries tar.gz to 5.5.30 home made compilation with cmake . break queries like : |
| Comments |
| Comment by Elena Stepanova [ 2013-04-03 ] | ||||||||||||||||||||
|
Hi Stephane, Could you please provide the whole query (and the table definition, is relevant), and also to elaborate on what 'break queries' mean – wrong result? crash? syntax error? Thanks. | ||||||||||||||||||||
| Comment by VAROQUI Stephane [ 2013-04-03 ] | ||||||||||||||||||||
|
Here is an example :
| ||||||||||||||||||||
| Comment by Elena Stepanova [ 2013-04-03 ] | ||||||||||||||||||||
|
Okay, so the difference is that CREATE TABLE t1 ( a LINESTRING ) ENGINE=MyISAM; succeeds on 5.5.29, but produces an error on 5.5.30: INSERT INTO t1 VALUES ( GeomFromText('POINT(6 5)') ); I'm not sure it wasn't intentional, so I'm forwarding it to Alexey to give a definite answer. | ||||||||||||||||||||
| Comment by Alice Sherepa [ 2022-12-07 ] | ||||||||||||||||||||
|
it was an intentional change, |