• andrey@example.com's avatar
    Fix for bug#23379 "wrong time value in SHOW PROCESSLIST" · 102d36b7
    andrey@example.com 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.
    102d36b7
sql_class.cc 46 KB