• Atanu Ghosh's avatar
    Bug #17049656 : MYSQLD --LOCAL-SERVICE PARAMETER DOES NOT WORK · e9854f58
    Atanu Ghosh authored
    Problem: The "--local-install" service does not perform as expected for, at least,
             Windows.
    
    Fix: A NULL pointer was dereferenced due to which there was crash.A check was introduced
         for NULL string before dereferencing it.No test cases written as it is a bug during 
         installation.
    e9854f58
mysqld.cc 263 KB