• unknown's avatar
    Fix windows pushbuild failure: the bug occured because · 9de602d2
    unknown authored
    we didn't check for NULL value of the
    lex_create_info->db_type pointer.
    The pointer is NULL in the case, when the engine name is
    unknown to the server. This happens with NDB on Windows.
    
    
    sql/sql_table.cc:
      don't check pointer in the case, it is NULL
    9de602d2
sql_table.cc 201 KB