1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge from mysql-5.1-bugteam

This commit is contained in:
Alexander Nozdrin
2009-08-26 19:43:32 +04:00
62 changed files with 1435 additions and 284 deletions

View File

@@ -732,6 +732,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;