mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
fix uninitialized field warnings
This commit is contained in:
committed by
Oleksandr Byelkin
parent
0427c4739e
commit
929532a942
@@ -978,6 +978,7 @@ struct Online_alter_cache_list;
|
||||
struct XA_data: XID
|
||||
{
|
||||
Online_alter_cache_list *online_alter_cache= NULL;
|
||||
XA_data &operator=(const XID &x) { XID::operator=(x); return *this; }
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user