Commit 6b515dfd authored by Konstantin Osipov's avatar Konstantin Osipov

Fix a compilation failure of non-debug build introduced

by the patch for Bug#57058.


sql/sql_error.cc:
  Delete assignment of a removed class member.
parent bccc5e3f
...@@ -334,7 +334,6 @@ Diagnostics_area::reset_diagnostics_area() ...@@ -334,7 +334,6 @@ Diagnostics_area::reset_diagnostics_area()
/** Don't take chances in production */ /** Don't take chances in production */
m_message[0]= '\0'; m_message[0]= '\0';
m_sql_errno= 0; m_sql_errno= 0;
m_server_status= 0;
m_affected_rows= 0; m_affected_rows= 0;
m_last_insert_id= 0; m_last_insert_id= 0;
m_statement_warn_count= 0; m_statement_warn_count= 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment