Commit 50801e90 authored by Annamalai Gurusami's avatar Annamalai Gurusami

Merge from mysql-5.1 to mysql-5.5

parents 263a4ff3 14e561f0
...@@ -1076,7 +1076,6 @@ convert_error_code_to_mysql( ...@@ -1076,7 +1076,6 @@ convert_error_code_to_mysql(
case DB_OUT_OF_MEMORY: case DB_OUT_OF_MEMORY:
return(HA_ERR_OUT_OF_MEM); return(HA_ERR_OUT_OF_MEM);
case DB_IDENTIFIER_TOO_LONG: case DB_IDENTIFIER_TOO_LONG:
my_error(ER_TOO_LONG_IDENT, MYF(0));
return(HA_ERR_INTERNAL_ERROR); 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