1. 28 Jul, 2007 1 commit
    • evgen@moonbone.local's avatar
      Bug#30020: Insufficient check led to a wrong info provided by the · f18b2386
      evgen@moonbone.local authored
      information schema table.
      
      The get_schema_views_record() function fills records in the view table of
      the informations schema with data about given views. Among other info
      the is_updatable flag is set. But the check whether the view is updatable or
      not wasn't covering all cases thus sometimes providing wrong info.
      This might led to a user confusion.
      
      Now the get_schema_views_record function additionally calls to the 
      view->can_be_merge() function to find out whether the view can be updated or
      not.
      f18b2386
  2. 26 Jul, 2007 5 commits
  3. 25 Jul, 2007 2 commits
  4. 24 Jul, 2007 2 commits
  5. 23 Jul, 2007 4 commits
  6. 22 Jul, 2007 4 commits
  7. 21 Jul, 2007 9 commits
  8. 20 Jul, 2007 9 commits
  9. 19 Jul, 2007 4 commits