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

*: fast path point select #6937

Merged
merged 21 commits into from
Jul 30, 2018
Merged

*: fast path point select #6937

merged 21 commits into from
Jul 30, 2018

Commits on Jul 10, 2018

  1. *: fast point select path

    Skip optimizer and coprocessor for point select.
    coocood committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    2198b32 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. add comments

    coocood committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    e855838 View commit details
    Browse the repository at this point in the history
  2. fix golint

    coocood committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    699b34b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5adb09 View commit details
    Browse the repository at this point in the history
  4. fix err shadow

    coocood committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    9c01155 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. Merge commit 'b729a60e019c8fec2cbae007b5b273697cac04b8' into fast-poi…

    …nt-select
    
    Conflicts:
    	plan/plan.go
    	plan/stats.go
    coocood committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    4942f47 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. Merge commit '90c721ad72f44ff5849e131d813509d1dedbe035' into fast-poi…

    …nt-select
    
    Conflicts:
    	cmd/explaintest/r/explain_easy.result
    	statistics/selectivity_test.go
    coocood committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    0971fff View commit details
    Browse the repository at this point in the history
  2. fix build

    coocood committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    171daed View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. Configuration menu
    Copy the full SHA
    a183771 View commit details
    Browse the repository at this point in the history
  2. revert unintended change

    coocood committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    55757cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01be667 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. address comments

    coocood committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    4bb52a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2018

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

Commits on Jul 30, 2018

  1. Configuration menu
    Copy the full SHA
    5b4f1b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd96ed9 View commit details
    Browse the repository at this point in the history
  3. remove update and fix tests

    coocood committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    aaad31e View commit details
    Browse the repository at this point in the history
  4. fix CI, add test

    coocood committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    050235d View commit details
    Browse the repository at this point in the history
  5. fix vet

    coocood committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    74fc80d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0ff662 View commit details
    Browse the repository at this point in the history
  7. fix result field as name

    coocood committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    c8e64d5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b8598b2 View commit details
    Browse the repository at this point in the history