Skip to content

Fails on MySQL 8 Slow log #6

Description

@jonathanhartley

Seems the format is slightly different on MySQL 8

MySQL 8.0
# Time: 2021-09-05T09:24:39.131545Z
# User@Host: root[root] @ localhost []  Id:   229
# Schema:   Last_errno: 0  Killed: 0
# Query_time: 5.002419  Lock_time: 0.000000  Rows_sent: 1  Rows_examined: 1  Rows_affected: 0  Bytes_sent: 56
SET timestamp=1630833874;
select sleep(5);

MySQL 5.7
# Time: 130107 11:36:21
# User@Host: root[root] @ localhost []
# Query_time: 0.000378  Lock_time: 0.000111 Rows_sent: 7  Rows_examined: 7
SET timestamp=1357526181;
select * from user;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions