• holyfoot/hf@mysql.com/hfmain.(none)'s avatar
    Bug #31960 All embedded test crash · dc2f1c3d
    holyfoot/hf@mysql.com/hfmain.(none) authored
    Crash happens as a result of NO_EMBEDDED_ACCESS_CHECKS option
    (which is default for embedded server).
    check_table_access failed on using unintialized structure.
    Better solutions here is to disable that code completely in this case.
    Though the crash happens only in 6.0 i belive it's good to do it in 5.1
    dc2f1c3d
sql_parse.cc 214 KB