• unknown's avatar
    Streamline "do_close_connection" and "do_send_quit" · 3e02808d
    unknown authored
    Fix typo, "next_con" -> "con"
    
    
    client/mysqltest.c:
      Reuse "find_connection_by_name" both from "do_close_connection" and "do_send_quit"
      Adjust alignment of comment
      Fix typo in "do_close_connection", it used the global variable "next_con" instead
      of local variable "con"
    3e02808d
mysqltest.c 221 KB