diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2013-07-05 13:56:05 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2013-07-05 13:56:05 +0400 |
commit | 8448c68705a38d798e57a6d1b44e7181ca12aa89 (patch) | |
tree | 0bc1934bb951e6218f5343a421cd729a2db08c45 /sql/sql_error.cc | |
parent | bdb05fcf7ca5f6b8a3ff63066d1408bd10ee0b91 (diff) | |
download | mariadb-git-8448c68705a38d798e57a6d1b44e7181ca12aa89.tar.gz |
Fix trivial compile failures observed in buildbot
Diffstat (limited to 'sql/sql_error.cc')
-rw-r--r-- | sql/sql_error.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_error.cc b/sql/sql_error.cc index a52b9bf5a14..40173351d54 100644 --- a/sql/sql_error.cc +++ b/sql/sql_error.cc @@ -347,7 +347,7 @@ Diagnostics_area::reset_diagnostics_area() { DBUG_ENTER("reset_diagnostics_area"); #ifdef DBUG_OFF - can_overwrite_status= FALSE; + m_can_overwrite_status= FALSE; /** Don't take chances in production */ m_message[0]= '\0'; m_sql_errno= 0; |