1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

After merge fixes

This commit is contained in:
monty@mashka.mysql.fi
2003-03-27 14:15:42 +02:00
parent 3bed7a6131
commit 7d09120105
4 changed files with 4 additions and 6 deletions

View File

@ -3433,7 +3433,7 @@ bool add_field_to_list(THD *thd, char *field_name, enum_field_types type,
}
else if (type_modifier & AUTO_INCREMENT_FLAG)
{
net_printf(&thd, ER_INVALID_DEFAULT, field_name);
net_printf(thd, ER_INVALID_DEFAULT, field_name);
DBUG_RETURN(1);
}
}