mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix result of merge.
This commit is contained in:
@ -3408,11 +3408,7 @@ public:
|
||||
inline bool is_error() const { return m_stmt_da->is_error(); }
|
||||
|
||||
/// Returns Diagnostics-area for the current statement.
|
||||
Diagnostics_area *get_stmt_da()
|
||||
{ return m_stmt_da; }
|
||||
|
||||
/// Returns Diagnostics-area for the current statement.
|
||||
const Diagnostics_area *get_stmt_da() const
|
||||
Diagnostics_area *get_stmt_da() const
|
||||
{ return m_stmt_da; }
|
||||
|
||||
/// Sets Diagnostics-area for the current statement.
|
||||
|
Reference in New Issue
Block a user