mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue