1. 27 Nov, 2006 1 commit
    • evgen@moonbone.local's avatar
      Bug#17254: Error for DEFINER security on VIEW provides too much info · b5b7b03f
      evgen@moonbone.local authored
      If a view was created with the DEFINER security and later the definer user
      was dropped then a SELECT from the view throws the error message saying that
      there is no definer user is registered. This is ok for a root but too much
      for a mere user.
      
      Now the st_table_list::prepare_view_securety_context() function reveals
      the absence of the definer only to a superuser and throws the 'access denied'
      error to others.
      b5b7b03f
  2. 21 Nov, 2006 2 commits
  3. 19 Nov, 2006 2 commits
  4. 17 Nov, 2006 4 commits
  5. 16 Nov, 2006 4 commits
  6. 15 Nov, 2006 7 commits
  7. 14 Nov, 2006 10 commits
  8. 13 Nov, 2006 7 commits
  9. 12 Nov, 2006 3 commits