summaryrefslogtreecommitdiff
path: root/storage/xtradb/include/db0err.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/include/db0err.h')
-rw-r--r--storage/xtradb/include/db0err.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/xtradb/include/db0err.h b/storage/xtradb/include/db0err.h
index 74a2354bce3..18ff74a025e 100644
--- a/storage/xtradb/include/db0err.h
+++ b/storage/xtradb/include/db0err.h
@@ -120,7 +120,8 @@ enum db_err {
DB_STRONG_FAIL,
DB_ZIP_OVERFLOW,
DB_RECORD_NOT_FOUND = 1500,
- DB_END_OF_INDEX
+ DB_END_OF_INDEX,
+ DB_SEARCH_ABORTED_BY_USER= 1533
};
#endif