1. 20 Oct, 2006 5 commits
  2. 19 Oct, 2006 3 commits
    • unknown's avatar
      Merge example.com:/work/bug23379/my50-bug23379 · 9915f4cd
      unknown authored
      into  example.com:/work/bug23379/my51-bug23379
      
      
      sql/sql_class.cc:
        Auto merged
      9915f4cd
    • unknown's avatar
      Merge example.com:/work/bug23379/my41-bug23379 · 611f2098
      unknown authored
      into  example.com:/work/bug23379/my50-bug23379
      
      
      sql/sql_class.cc:
        Auto merged
      611f2098
    • unknown's avatar
      Fix for bug#23379 "wrong time value in SHOW PROCESSLIST" · f042e23b
      unknown authored
        
      The value taken to be shown in SHOW PROCESSLIST is not
      initialized when THD is created and will be random for
      unauthenticated connections.
        
      To the documentor: Random value, instead of NULL, was shown,
      in SHOW PROCESSLIST for still non-authenticated connections.
      
      
      sql/sql_class.cc:
        Initialize time_after_lock.
        It is used from SHOW PROCESSLIST's code. If not initialized
        random value is shown for connected but still unauthenticated
        clients in the column Time.
      f042e23b
  3. 18 Oct, 2006 28 commits
  4. 17 Oct, 2006 4 commits