mirror of
https://github.com/MariaDB/server.git
synced 2025-07-07 06:01:31 +03:00
Merge 10.1 into 10.2
This commit is contained in:
@ -3610,11 +3610,7 @@ public:
|
||||
bool is_bulk_op() const { return MY_TEST(bulk_param); }
|
||||
|
||||
/// 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