[MDEV-7616] CONNECT doesn't work with SET @var Created: 2015-02-20 Updated: 2015-02-24 Resolved: 2015-02-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Affects Version/s: | 10.0.16 |
| Fix Version/s: | 10.0.18 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Olivier Bertrand |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | connect-engine | ||
| Description |
|
CONNECT won't select into a variable with SET.
However, a workaround currently exists:
|
| Comments |
| Comment by Olivier Bertrand [ 2015-02-23 ] |
|
SQLCOM_SET_OPTION added to accepted commands. |