Skip to content

Commit

Permalink
Fix result of merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
sanja-byelkin committed Jun 23, 2020
1 parent 37c8844 commit e0793d3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sql/sql_class.h
Original file line number Diff line number Diff line change
Expand Up @@ -3408,11 +3408,7 @@ class THD :public Statement,
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.
Expand Down

0 comments on commit e0793d3

Please sign in to comment.