summaryrefslogtreecommitdiff
path: root/sql/sql_admin.cc
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2012-08-29 18:50:38 -0700
committerIgor Babaev <igor@askmonty.org>2012-08-29 18:50:38 -0700
commit98f239a8494104743b4a7f2df5b8d7f310975689 (patch)
tree4beee747e184ab6b7d873d936e244397e4f8b49d /sql/sql_admin.cc
parentd0ad93fbc7eca575364e46f67c4613efb0807047 (diff)
parentb45c551ee32d0d5260f4958abf93efab1a4614a2 (diff)
downloadmariadb-git-98f239a8494104743b4a7f2df5b8d7f310975689.tar.gz
Merge 5.5->5.5-mwl248.
Diffstat (limited to 'sql/sql_admin.cc')
-rw-r--r--sql/sql_admin.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_admin.cc b/sql/sql_admin.cc
index e00b35a19db..1305e882ede 100644
--- a/sql/sql_admin.cc
+++ b/sql/sql_admin.cc
@@ -286,6 +286,7 @@ end:
static inline bool table_not_corrupt_error(uint sql_errno)
{
return (sql_errno == ER_NO_SUCH_TABLE ||
+ sql_errno == ER_NO_SUCH_TABLE_IN_ENGINE ||
sql_errno == ER_FILE_NOT_FOUND ||
sql_errno == ER_LOCK_WAIT_TIMEOUT ||
sql_errno == ER_LOCK_DEADLOCK ||