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:
@ -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=
|
||||
|
Reference in New Issue
Block a user