• Nirbhay Choubey's avatar
    Bug#14685362 : MEMORY LEAKS IN MYSQL CLIENT IN · c39a9757
    Nirbhay Choubey authored
      INTERACTIVE MODE
    
    In interactive mode, libedit/readline allocates memory
    for every new line entered & later the allocated memory
    never gets freed.
    
    Fixed by freeing the allocated memory blocks appropriately.
    c39a9757
mysql.cc 139 KB