[MCOL-4756] having not() provokes an ERROR 2013 Created: 2021-06-10 Updated: 2021-06-15 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 5.5.2 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Emmanuel | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Description |
|
See the example below CREATE TABLE `manu_test` ( INSERT INTO `manu_test` select id, test from manu_test having not(test); "having not" creates an "Error Code: 2013. Lost connection to MySQL server during query" having, where, where not all work fine |
| Comments |
| Comment by antoine [ 2021-06-15 ] |
|
it's worse than described here, the issue causes then entire server to crash |