For the error code ER_TOO_LONG_IDENT, the identifier is expected in the my_error call. So removing this line from here.

This commit is contained in:
Annamalai Gurusami 2013-02-14 16:33:31 +05:30
parent b39370bc93
commit 753eadb2cc

View File

@ -932,7 +932,6 @@ convert_error_code_to_mysql(
case DB_OUT_OF_MEMORY:
return(HA_ERR_OUT_OF_MEM);
case DB_IDENTIFIER_TOO_LONG:
my_error(ER_TOO_LONG_IDENT, MYF(0));
return(HA_ERR_INTERNAL_ERROR);
}
}