mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Eliminate warnings noticed by VC7. This includes fixing my_mmap() on
Windows to call CreateFileMapping() with correct arguments, and propogating the introduction of query_id_t to everywhere query ids are passed around. (Bug #8826)
This commit is contained in:
@@ -2225,7 +2225,6 @@ my_bool Query_cache::register_all_tables(Query_cache_block *block,
|
||||
|
||||
n= register_tables_from_list(tables_used, 0, block_table);
|
||||
|
||||
err:
|
||||
if (n)
|
||||
{
|
||||
DBUG_PRINT("qcache", ("failed at table %d", (int) n));
|
||||
|
||||
Reference in New Issue
Block a user