1. 12 Feb, 2008 3 commits
    • anozdrin/alik@quad.'s avatar
      Fix for Bug#32538: View definition picks up character set, · d36d243d
      anozdrin/alik@quad. authored
      but not collation.
      
      The problem here was that text literals in a view were always
      dumped with character set introducer. That lead to loosing
      collation information.
      
      The fix is to dump character set introducer only if it was
      in the original query. That is now possible because there 
      is no problem any more of loss of character set of string
      literals in views -- after WL#4052 the view is dumped 
      in the original character set.
      d36d243d
    • anozdrin/alik@quad.'s avatar
      Additional fix for Bug#31222. · 931f793c
      anozdrin/alik@quad. authored
      931f793c
    • anozdrin/alik@quad.'s avatar
      Fix for Bug#31222: com_% global status counters · d665fc3b
      anozdrin/alik@quad. authored
      behave randomly with mysql_change_user.
        
      The problem was that global status variables were not updated
      in THD::check_user(), so thread statistics were lost after
      COM_CHANGE_USER.
        
      The fix is to update global status variables with the thread ones
      before preparing the thread for new user.
      d665fc3b
  2. 11 Feb, 2008 3 commits
  3. 09 Feb, 2008 3 commits
  4. 08 Feb, 2008 15 commits
  5. 07 Feb, 2008 10 commits
  6. 06 Feb, 2008 6 commits