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