mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix compilation warnings.
This commit is contained in:
@ -412,7 +412,8 @@ struct Query_cache_wait_state
|
||||
|
||||
Query_cache_wait_state(THD *thd, const char *func,
|
||||
const char *file, unsigned int line)
|
||||
: m_thd(thd)
|
||||
: m_thd(thd),
|
||||
m_proc_info(NULL)
|
||||
{
|
||||
if (m_thd)
|
||||
m_proc_info= set_thd_proc_info(m_thd,
|
||||
|
Reference in New Issue
Block a user