Commit e92c34ce authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Keep old GCC quiet.

parent c68007d9
...@@ -2338,7 +2338,7 @@ struct thd_async_state ...@@ -2338,7 +2338,7 @@ struct thd_async_state
/* Stuff we need to resume do_command where we finished last time*/ /* Stuff we need to resume do_command where we finished last time*/
enum enum_server_command m_command{COM_SLEEP}; enum enum_server_command m_command{COM_SLEEP};
LEX_STRING m_packet{}; LEX_STRING m_packet{0,0};
mysql_mutex_t m_mtx; mysql_mutex_t m_mtx;
mysql_cond_t m_cond; mysql_cond_t m_cond;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment