mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 07:05:33 +02:00
Improved comments
This commit is contained in:
parent
7687a272e4
commit
f65038bd67
1 changed files with 5 additions and 1 deletions
|
|
@ -179,7 +179,11 @@ public:
|
|||
rewriting, mandated by a SQL:2003 exception in the specification.
|
||||
The only caller of this method is handle_sql2003_note184_exception(),
|
||||
see the code there for more details.
|
||||
Do not call this method for other purposes.
|
||||
Note that this method breaks the object internal integrity, by
|
||||
removing it's association with the corresponding SELECT_LEX,
|
||||
making this object orphan from the parse tree.
|
||||
No other method, beside the destructor, should be called on this
|
||||
object, as it is now invalid.
|
||||
@return the SELECT_LEX structure that was given in the constructor.
|
||||
*/
|
||||
st_select_lex* invalidate_and_restore_select_lex();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue