[MDEV-4450] misleading error messages from init_from_sql_statement_string() Created: 2013-04-28 Updated: 2013-06-18 Resolved: 2013-06-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.2 |
| Fix Version/s: | 10.0.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
when init_from_sql_statement_string() is used for discovery, and the sql is not correct — cannot be parsed — the parser error is lost on the way and a user gets an incomprehensible error message that does not show where a real problem is. This needs to be fixed. |
| Comments |
| Comment by Sergei Golubchik [ 2013-06-18 ] |
|
pushed in 10.0-base |