[MDEV-7991] In PREPARED STATEMENTS impossible to use multiple statements Created: 2015-04-14 Updated: 2017-06-01 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Prepared Statements |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Mikhail Gavrilov | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Example:
|
| Comments |
| Comment by Elena Stepanova [ 2015-04-15 ] |
|
It's explicitly documented in both MySQL manual and MariaDB KB. https://mariadb.com/kb/en/mariadb/prepare-statement/
Should we treat it as a feature request? |
| Comment by Mikhail Gavrilov [ 2015-04-16 ] |
|
Yes, possible treat it as a feature request? |
| Comment by Sergei Golubchik [ 2015-04-20 ] |
|
In 10.1 you can prepare compound statement with many statements inside. https://mariadb.com/kb/en/mariadb/using-compound-statements-outside-of-stored-programs/ |