Merge of the patch introducing virtual columns into maria-5.2

This commit is contained in:
Igor Babaev 2009-11-11 20:31:28 -08:00
commit e4e1ae0d13
300 changed files with 28401 additions and 1297 deletions

View file

@ -730,6 +730,7 @@ int mysql_update(THD *thd,
break;
}
}
table->auto_increment_field_not_null= FALSE;
dup_key_found= 0;
/*
Caching the killed status to pass as the arg to query event constuctor;