1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
This commit is contained in:
bell@sanja.is.com.ua
2004-03-18 15:21:06 +02:00
29 changed files with 797 additions and 204 deletions

View File

@@ -4031,6 +4031,10 @@ bool add_field_to_list(THD *thd, char *field_name, enum_field_types type,
if (default_value)
{
if (default_value->fix_fields(thd, 0, &default_value))
{
DBUG_RETURN(1);
}
/*
We allow specifying value for first TIMESTAMP column
altough it is silently ignored. This should be fixed in 4.1