• unknown's avatar
    Streamline "do_close_connection" and "do_send_quit" · 2bb6a44a
    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"
    2bb6a44a
mysqltest.c 221 KB