1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

duplicate error message removed

mysql-test/r/innodb.result:
  after merge fix
This commit is contained in:
unknown
2005-09-30 12:01:39 +02:00
parent 203bb8bc91
commit 31f7a0e831
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=