Commit 753eadb2 authored by Annamalai Gurusami's avatar Annamalai Gurusami

For the error code ER_TOO_LONG_IDENT, the identifier is expected in the...

For the error code ER_TOO_LONG_IDENT, the identifier is expected in the my_error call.  So removing this line from here.  
parent b39370bc
......@@ -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);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment