• unknown's avatar
    Bug #12698 abnormal program termination running mysql_client_test · 8009bdd2
    unknown authored
     - The testcase create a .frm file consisting of "junk". Unfortunately the "junk" wasn't
       written to the .frm file if mysql_client_test was run with -s option to make it run silent.
       This most likely caused the file never to be created on windows, and thus the 
        test case failed.
    
    
    tests/mysql_client_test.c:
      Always write "junk" to the test file.
    8009bdd2
mysql_client_test.c 311 KB