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:
@@ -351,7 +351,7 @@ class Cursor: public Sql_alloc, public Item_arena
|
||||
MYSQL_LOCK *lock;
|
||||
TABLE *derived_tables;
|
||||
/* List of items created during execution */
|
||||
ulong query_id;
|
||||
query_id_t query_id;
|
||||
public:
|
||||
select_send result;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user