• Konstantin Osipov's avatar
    Fix a failing assert when running funcs_1.innodb_trig_03 test. · 0b217d90
    Konstantin Osipov authored
    The failure was introduced by a precursor patch for the
    fix for Bug#52044.
    
    When opening tables for GRANT statement
    to check that subject columns exist,
    mysql_table_grant() would try to lock the
    tables, and thus start a transaction.
    This was unnecessary and lead to an assert.
    0b217d90
sql_acl.cc 207 KB