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

server, tidb-server: improve unix socket handling #8836

Merged
merged 17 commits into from
Jan 9, 2019
Merged

server, tidb-server: improve unix socket handling #8836

merged 17 commits into from
Jan 9, 2019

Commits on Dec 26, 2018

  1. server, tidb-server: improve socket handling

    Cleanup socket file on exit
    Handle error of socket file exists
    Support both socket and tcp via redirection
    Support case neither socket or tcp specified
    morgo committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    08320d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f956a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    135dcb8 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

  1. Addressed PR feedback

    morgo committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    aaf71de View commit details
    Browse the repository at this point in the history
  2. addressed pr feedback

    morgo committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    af05e8f View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2018

  1. address pr feedback

    morgo committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    dadc8d5 View commit details
    Browse the repository at this point in the history
  2. Cleanup code

    morgo committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    46d8523 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8f888f View commit details
    Browse the repository at this point in the history
  4. catch error

    morgo committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    bb0e7a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08ea073 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Addressed PR feedback

    morgo committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    cedbc0d View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2019

  1. Configuration menu
    Copy the full SHA
    2b5f269 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a2f0ed View commit details
    Browse the repository at this point in the history
  3. improve test coverage

    morgo committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    06aa60c View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

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

Commits on Jan 8, 2019

  1. Configuration menu
    Copy the full SHA
    3c6fc38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1b47e5 View commit details
    Browse the repository at this point in the history