diff options
Diffstat (limited to 'storage/xtradb/ut/ut0ut.c')
-rw-r--r-- | storage/xtradb/ut/ut0ut.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/xtradb/ut/ut0ut.c b/storage/xtradb/ut/ut0ut.c index 31c8351a518..08ced5f56ef 100644 --- a/storage/xtradb/ut/ut0ut.c +++ b/storage/xtradb/ut/ut0ut.c @@ -730,6 +730,8 @@ ut_strerr( return("Operation was interrupted by end user"); case DB_TABLE_IN_FK_CHECK: return("Table is being used in foreign key check"); + case DB_IDENTIFIER_TOO_LONG: + return("Identifier name is too long"); /* do not add default: in order to produce a warning if new code is added to the enum but not added here */ } |