diff options
Diffstat (limited to 'storage/xtradb/ut/ut0ut.cc')
-rw-r--r-- | storage/xtradb/ut/ut0ut.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/xtradb/ut/ut0ut.cc b/storage/xtradb/ut/ut0ut.cc index f8a1593937a..f600ba1a895 100644 --- a/storage/xtradb/ut/ut0ut.cc +++ b/storage/xtradb/ut/ut0ut.cc @@ -821,6 +821,8 @@ ut_strerr( return("Identifier name is too long"); case DB_FTS_EXCEED_RESULT_CACHE_LIMIT: return("FTS query exceeds result cache limit"); + case DB_TEMP_FILE_WRITE_FAILURE: + return("Temp file write failure"); /* do not add default: in order to produce a warning if new code is added to the enum but not added here */ |