[MDEV-3549] LP:801212 - Assertion with ST_INTERSECTION on NULL values in maria-5.3-gis Created: 2011-06-23 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Philip Stoev (Inactive) | Assignee: | Alexey Botchkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
IF any of the arguments to ST_INTERSECTION is NULL for some reason, such as wrong WKT syntax, the server will assert as follows: mysqld: item.cc:5907: virtual bool Item::send(Protocol*, String*): Assertion `!null_value' failed. /lib/libc.so.6(__assert_fail+0xf8) [0x6b0d98] test case: SELECT ST_INTERSECTION ( NULL , NULL ) ; bzr version-info |
| Comments |
| Comment by Alexey Botchkov [ 2011-07-04 ] |
|
Re: Assertion with ST_INTERSECTION on NULL values in maria-5.3-gis |
| Comment by Rasmus Johansson (Inactive) [ 2011-12-13 ] |
|
Launchpad bug id: 801212 |