• Oleksandr Byelkin's avatar
    Fix of privilege problem in views and PS · daffd36c
    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).
    daffd36c
sql_parse.cc 240 KB