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:
parent
b39370bc93
commit
753eadb2cc
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user