Fix 'tee' command in mysql client. (Bug #8499)
client/mysql.cc: A va_list can't be reused without being copied or reset, so don't try to reuse it in tee_fprintf().
Showing
Please register or sign in to comment
client/mysql.cc: A va_list can't be reused without being copied or reset, so don't try to reuse it in tee_fprintf().