1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Keep old GCC quiet.

This commit is contained in:
Vladislav Vaintroub
2021-02-17 14:25:35 +01:00
parent c68007d958
commit e92c34ce34

View File

@ -2338,7 +2338,7 @@ struct thd_async_state
/* Stuff we need to resume do_command where we finished last time*/
enum enum_server_command m_command{COM_SLEEP};
LEX_STRING m_packet{};
LEX_STRING m_packet{0,0};
mysql_mutex_t m_mtx;
mysql_cond_t m_cond;