Fix uninitialized class member Coverity findings

This commit is contained in:
Tim Wojtulewicz 2025-07-11 21:38:57 -07:00
parent 923ffbf25a
commit 4c58fb26c4
8 changed files with 22 additions and 21 deletions

View file

@ -751,6 +751,7 @@ refine connection MySQL_Conn += {
deprecate_eof_ = false;
server_query_attrs_ = false;
client_query_attrs_ = false;
client_capabilities_ = 0;
query_attr_idx_ = 0;
%}