From 0d61ebcb2745d30ab8c965575fb93ab8827abdcc Mon Sep 17 00:00:00 2001 From: Konstantin Osipov Date: Fri, 12 Nov 2010 17:20:12 +0300 Subject: [PATCH] Fix a compilation failure of non-debug build introduced by the patch for Bug#57058. --- sql/sql_error.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/sql/sql_error.cc b/sql/sql_error.cc index f042a7cd164..d0982b879e7 100644 --- a/sql/sql_error.cc +++ b/sql/sql_error.cc @@ -334,7 +334,6 @@ Diagnostics_area::reset_diagnostics_area() /** Don't take chances in production */ m_message[0]= '\0'; m_sql_errno= 0; - m_server_status= 0; m_affected_rows= 0; m_last_insert_id= 0; m_statement_warn_count= 0;