[MDEV-12846] sql_mode=ORACLE: using Oracle-style placeholders in direct query execution makes the server crash Created: 2017-05-19 Updated: 2017-12-12 Resolved: 2017-11-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser, Prepared Statements |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.3.3 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
This problem is repeatable in bb-10.2-ext and 10.3. This query correctly returns an error:
This query makes the server crash on DBUG_ASSERT:
with the following stack trace:
|
| Comments |
| Comment by Alexander Barkov [ 2017-11-15 ] | ||
|
As of 2017-11-15 the above script does not crash, however it still crashes if I use a param marker in an expression:
|