[MDEV-525] Local Prepared Statements, prepared from Local Variables Created: 2012-09-11 Updated: 2015-10-30 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Federico Razzoli | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
A Prepared Statement is visible from the whole session, and must be prepared from a Session Variable. This means that:
But the developers who writes XXX() should not be forced to read YYY() or the queries which call XXX(). XXX may have been developed time ago by someone else, or I may write it and want to include it in an open source library. The problem would be solved if you make it possible to:
I hope that this request is easy to satisfy. |