mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +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:
@@ -763,7 +763,6 @@ bool mysqld_help(THD *thd, const char *mask)
|
||||
}
|
||||
send_eof(thd);
|
||||
|
||||
end:
|
||||
DBUG_RETURN(FALSE);
|
||||
error:
|
||||
DBUG_RETURN(TRUE);
|
||||
|
||||
Reference in New Issue
Block a user