Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

executor: improve trace format='row' #9029

Merged
merged 3 commits into from
Jan 13, 2019
Merged

Commits on Jan 11, 2019

  1. executor: improve trace format='row'

    mysql> trace format='row' select * from trace where id = 0;
    +---------------------------+-----------------+------------+
    | operation                 | startTS         | duration   |
    +---------------------------+-----------------+------------+
    | session.getTxnFuture      | 22:08:38.247834 | 78.909µs   |
    |   ├─session.Execute       | 22:08:38.247829 | 1.478487ms |
    |   ├─session.ParseSQL      | 22:08:38.248457 | 71.159µs   |
    |   ├─executor.Compile      | 22:08:38.248578 | 45.329µs   |
    |   ├─session.runStmt       | 22:08:38.248661 | 75.13µs    |
    |   ├─session.CommitTxn     | 22:08:38.248699 | 13.213µs   |
    |   └─recordSet.Next        | 22:08:38.249340 | 155.317µs  |
    +---------------------------+-----------------+------------+
    7 rows in set (0.01 sec)
    tiancaiamao committed Jan 11, 2019
    1 Configuration menu
    Copy the full SHA
    59e0d0f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. 1 Configuration menu
    Copy the full SHA
    d8e00a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2019

  1. 1 Configuration menu
    Copy the full SHA
    ac95d4c View commit details
    Browse the repository at this point in the history