You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MDEV-36701 command line client doesn't check session_track information (fix)
Corrects clang Wvargs warning:
client/mysql.cc:3205:16: warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs]
Because there is only one mode we are interested in that is tested
before the varargs this is safe to do.
0 commit comments