1. 20 Oct, 2006 5 commits
  2. 19 Oct, 2006 3 commits
    • unknown's avatar
      Merge example.com:/work/bug23379/my50-bug23379 · 6c4f74ed
      unknown authored
      into  example.com:/work/bug23379/my51-bug23379
      
      
      sql/sql_class.cc:
        Auto merged
      6c4f74ed
    • unknown's avatar
      Merge example.com:/work/bug23379/my41-bug23379 · 04c8b8d1
      unknown authored
      into  example.com:/work/bug23379/my50-bug23379
      
      
      sql/sql_class.cc:
        Auto merged
      04c8b8d1
    • unknown's avatar
      Fix for bug#23379 "wrong time value in SHOW PROCESSLIST" · ca817b49
      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.
      ca817b49
  3. 18 Oct, 2006 28 commits
  4. 17 Oct, 2006 4 commits