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

*: refactor slow log format and parse slow query log to SLOW_QUERY table. #9290

Merged
merged 39 commits into from
Mar 11, 2019

Commits on Jan 24, 2019

  1. slow log init

    crazycs520 committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    be5e5a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31314c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e94b4a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. add slow log table, init

    crazycs520 committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    5d60865 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. parse slow log update

    crazycs520 committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    2a6800b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee25e4c View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. update test

    crazycs520 committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    08a7fb4 View commit details
    Browse the repository at this point in the history
  2. fix test

    crazycs520 committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    103a354 View commit details
    Browse the repository at this point in the history
  3. refine code

    crazycs520 committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    a2e68e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00a679f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20342c4 View commit details
    Browse the repository at this point in the history
  6. fix ci errcheck

    crazycs520 committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    b1deabd View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Configuration menu
    Copy the full SHA
    2bb3830 View commit details
    Browse the repository at this point in the history
  2. refine code

    crazycs520 committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    9ed2b3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfbb5a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c17171a View commit details
    Browse the repository at this point in the history
  5. add comment

    crazycs520 committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    2b19b61 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. fmt code

    crazycs520 committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    ab6751e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. address comment

    crazycs520 committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    b873963 View commit details
    Browse the repository at this point in the history
  2. remove blank line

    crazycs520 committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    baadd28 View commit details
    Browse the repository at this point in the history
  3. add license

    crazycs520 committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    911f9d1 View commit details
    Browse the repository at this point in the history
  4. address comment

    crazycs520 committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    ea1226c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. address comment

    crazycs520 committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    c6e6c55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7a35d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. fix test

    crazycs520 committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    13a4398 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Configuration menu
    Copy the full SHA
    05b8246 View commit details
    Browse the repository at this point in the history
  2. add comment

    crazycs520 committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    227c5b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef4f5cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42800e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Update util/execdetails/execdetails.go

    Co-Authored-By: crazycs520 <[email protected]>
    zz-jason and crazycs520 committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    982da25 View commit details
    Browse the repository at this point in the history
  2. Update infoschema/slow_log.go

    Co-Authored-By: crazycs520 <[email protected]>
    zz-jason and crazycs520 committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    91a7e46 View commit details
    Browse the repository at this point in the history
  3. address comment

    crazycs520 committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    c9067b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. address comment

    crazycs520 committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    5e696c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5530d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. add test for parse time

    crazycs520 committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    d8aa948 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b8d096 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0993c0 View commit details
    Browse the repository at this point in the history
  4. address comment

    crazycs520 committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    9161ac7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7591f7c View commit details
    Browse the repository at this point in the history