[MDEV-9551] Can't load common_schema Created: 2016-02-11 Updated: 2016-02-17 Resolved: 2016-02-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Procedure |
| Affects Version/s: | 5.5.47 |
| Fix Version/s: | 5.5.48 |
| Type: | Bug | Priority: | Major |
| Reporter: | Patryk Pomykalski | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | upstream-fixed | ||
| Description |
|
Loading common_schema version 2.2 results in error: ERROR 1644 (91100) at line 12146: QueryScript error: [Unsupported token: "sta"] at 5: "try { This looks like a bug in SELECT INTO queries. I have pinpointed it to query at line 6063: SELECT level, token, state FROM _sql_tokens WHERE id = id_from INTO statement_level, first_token, first_state; This query returns normally: but the variables get values as if the query returned: |
| Comments |
| Comment by Patryk Pomykalski [ 2016-02-11 ] | ||||||||||||||||||||||||||||||||
|
Found in MySQL 5.5.48 changelog:
| ||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2016-02-12 ] | ||||||||||||||||||||||||||||||||
|
Right, the problem gets fixed by this commit:
|