1192
1192
inline bool is_error() const { return main_da.is_error(); }
1193
1193
inline const CHARSET_INFO *charset() { return default_charset_info; }
1200
1196
Cleanup statement parse state (parse tree, lex) and execution
1201
1197
state after execution of a non-prepared SQL statement.