1. 20 Feb, 2008 1 commit
    • anozdrin/alik@quad.'s avatar
      Fix for Bug#34337: Server crash when Altering a view using · 57679421
      anozdrin/alik@quad. authored
      a table name.
      
      The problem was that fill_defined_view_parts() did not return
      an error if a table is going to be altered. That happened if
      the table was already in the table cache. In that case,
      open_table() returned non-NULL value (valid TABLE-instance from
      the cache).
      
      The fix is to ensure that an error is thrown even if the table
      is in the cache.
      57679421
  2. 19 Feb, 2008 8 commits
  3. 18 Feb, 2008 2 commits
  4. 15 Feb, 2008 2 commits
  5. 14 Feb, 2008 3 commits
  6. 13 Feb, 2008 4 commits
  7. 12 Feb, 2008 5 commits
  8. 11 Feb, 2008 9 commits
  9. 09 Feb, 2008 4 commits
  10. 08 Feb, 2008 2 commits