• Oleksandr Byelkin's avatar
    Fix of privilege problem in views and PS · dd3b2783
    Oleksandr Byelkin authored
    sql/sql_base.cc:
      Column for views should be looked in views (not in underlying table)
    sql/sql_parse.cc:
      if we reread grants for single table we should read both database and tables grants for views (not only database grants).
    dd3b2783
sql_base.cc 304 KB