1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Update for VC++

(Fixed project files, compiler warnings etc..)
This commit is contained in:
monty@mysql.com
2003-12-21 02:07:45 +02:00
parent 0fb8aec1af
commit c6ed2a625b
18 changed files with 115 additions and 50 deletions

View File

@ -351,7 +351,9 @@ int mysql_update(THD *thd,
This must be before binlog writing and ha_autocommit_...
*/
if (updated)
{
query_cache_invalidate3(thd, table_list, 1);
}
transactional_table= table->file->has_transactions();
log_delayed= (transactional_table || table->tmp_table);