1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

duplicate error message removed

This commit is contained in:
serg@serg.mylan
2005-09-30 12:01:39 +02:00
parent 69909c460a
commit 8c813c0a16
7 changed files with 14 additions and 16 deletions

View File

@@ -5751,7 +5751,7 @@ new_create_field(THD *thd, char *field_name, enum_field_types type,
}
if (new_field->length < new_field->decimals)
{
my_error(ER_SCALE_BIGGER_THAN_PRECISION, MYF(0), field_name);
my_error(ER_M_BIGGER_THAN_D, MYF(0), field_name);
DBUG_RETURN(NULL);
}
new_field->length=