• Sergey Vojtovich's avatar
    BUG#39746 - Debug flag breaks struct definition · 7df22ce1
    Sergey Vojtovich authored
                (server crash)
    
    Altering a table with fulltext index[es] which use
    pluggable fulltext parser may cause server crash
    in debug builds.
    
    The problem was that ALTER TABLE code wrongly assigned
    fulltext parser name.
    
    Also fixed that altering a table with fulltext index[es]
    leave stale fulltext parser locks, which prevent
    fulltext parsers from being uninstalled after
    ALTER TABLE.
    7df22ce1
have_simple_parser.require 21 Bytes