• pem@mysql.comhem.se's avatar
    WL#2130: Table locking for stored FUNCTIONs · 2c26ebe3
    pem@mysql.comhem.se authored
    Collect all tables and SPs refered by a statement, and open all tables
    with an implicit LOCK TABLES. Do find things refered by triggers and views,
    we open them first (and then repeat this until nothing new is found), before
    doing the actual lock tables.
    2c26ebe3
sql_lex.cc 49.7 KB