1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Updated windows files (VC++ files and winmysqladmin).

Portability fixes.
Removed compiler warnings.
This commit is contained in:
monty@hundin.mysql.fi
2002-06-28 17:26:11 +03:00
parent 20005fad01
commit 578a9d9901
77 changed files with 6754 additions and 140 deletions

View File

@@ -263,7 +263,9 @@ int mysql_insert(THD *thd,TABLE_LIST *table_list, List<Item> &fields,
end_delayed_insert(thd);
}
if (info.copied || info.deleted)
{
query_cache_invalidate3(thd, table_list, 1);
}
}
else
{