[MDEV-13194] ROW data type parse handling broken Created: 2017-06-27 Updated: 2017-07-15 Resolved: 2017-07-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Stored routines |
| Affects Version/s: | 10.3.0 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | M | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
win10 x64, Heidisql 9.4.0.5125 |
||
| Description |
|
When testing out the row data type example supplied in the doc (and
Mariadb 10.3.0 returns an sql 1064 error on the very first line, followed by 4056 errors on the subsequent lines:
|
| Comments |
| Comment by Alice Sherepa [ 2017-06-28 ] | |||||||||||||
|
Mysql client treats the first semicolon as the end of the statement. You need to specify a delimiter.
|