• Monty's avatar
    MDEV-12633 Error from valgrind related to dd_frm_type · 5d0153c4
    Monty authored
    "Conditional jump or move depends on uninitialised value in
    my_scan_weight_utf8_general_ci, main.mysql_client_test fails in biuldbot
    with valgrind"
    
    - Fixed by ensuring that engine_name is set to empty string even in case
      errors in the .frm file
    - Added some error checking to ha_table_exists()
    5d0153c4
datadict.cc 5.33 KB