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

*: write system timezone into mysql.tidb in bootstrap stage. #7638

Merged
merged 63 commits into from
Sep 14, 2018

Commits on Sep 7, 2018

  1. get tz name from zoneinfo

    zhexuany committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    ec6a822 View commit details
    Browse the repository at this point in the history
  2. remove imports

    zhexuany committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    40f1caf View commit details
    Browse the repository at this point in the history
  3. add comment

    zhexuany committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    ad574a4 View commit details
    Browse the repository at this point in the history
  4. correct a spelling

    zhexuany committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    e76c224 View commit details
    Browse the repository at this point in the history
  5. called once for evalSys

    zhexuany committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    a74739c View commit details
    Browse the repository at this point in the history
  6. address comments

    zhexuany committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    f0502c8 View commit details
    Browse the repository at this point in the history
  7. remove unecessary import

    zhexuany committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    ed136b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2018

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

    zhexuany committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    8ba623f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'get_tz_name_from_zoneinfo' of github.com:zhexuany/tidb …

    …into get_tz_name_from_zoneinfo
    zhexuany committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    13c7c1b View commit details
    Browse the repository at this point in the history
  4. print localStr out

    zhexuany committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    e962f82 View commit details
    Browse the repository at this point in the history
  5. set time_zone in test

    zhexuany committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    26f65f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d708186 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ceedc34 View commit details
    Browse the repository at this point in the history
  8. adding timeutil package

    zhexuany committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    2adc1e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    acc0262 View commit details
    Browse the repository at this point in the history
  10. remoeve unecessay file

    zhexuany committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    709c32c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2018

  1. adding test and debug print

    zhexuany committed Sep 9, 2018
    Configuration menu
    Copy the full SHA
    350d27d View commit details
    Browse the repository at this point in the history
  2. print tz in initLocalStr

    zhexuany committed Sep 9, 2018
    Configuration menu
    Copy the full SHA
    c95e6c3 View commit details
    Browse the repository at this point in the history
  3. move zone to timeutil

    zhexuany committed Sep 9, 2018
    Configuration menu
    Copy the full SHA
    21e9e22 View commit details
    Browse the repository at this point in the history
  4. remove prev changes

    zhexuany committed Sep 9, 2018
    Configuration menu
    Copy the full SHA
    a84c028 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

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

Commits on Sep 12, 2018

  1. load system tz by select

    zhexuany committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    b5e39b6 View commit details
    Browse the repository at this point in the history
  2. address comment

    zhexuany committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    84b6e8f View commit details
    Browse the repository at this point in the history
  3. correct test case

    zhexuany committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    dae8a5a View commit details
    Browse the repository at this point in the history
  4. fix conflict

    zhexuany committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    5c373bf View commit details
    Browse the repository at this point in the history
  5. fix ci

    zhexuany committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    2d0aca2 View commit details
    Browse the repository at this point in the history
  6. remove shadow err

    zhexuany committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    e624443 View commit details
    Browse the repository at this point in the history
  7. remove err shadow

    zhexuany committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    f3ad3bc View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. address comment

    zhexuany committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    692d4d5 View commit details
    Browse the repository at this point in the history
  2. remove extra print

    zhexuany committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    b32bdd2 View commit details
    Browse the repository at this point in the history
  3. add more comment

    zhexuany committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    49454d5 View commit details
    Browse the repository at this point in the history
  4. address comments

    zhexuany committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    318c12b View commit details
    Browse the repository at this point in the history
  5. address comments

    zhexuany committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    cb5fd7d View commit details
    Browse the repository at this point in the history
  6. fix build error

    zhexuany committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    ec66759 View commit details
    Browse the repository at this point in the history
  7. fix test error

    zhexuany committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    a3c3cc4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3976eda View commit details
    Browse the repository at this point in the history
  9. address comments

    zhexuany committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    d522982 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dd2d0c9 View commit details
    Browse the repository at this point in the history
  11. remove callback

    zhexuany committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    29679ab View commit details
    Browse the repository at this point in the history
  12. remove extra comment

    zhexuany committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    733331e View commit details
    Browse the repository at this point in the history
  13. polish comment of fn

    zhexuany committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    e9bb73b View commit details
    Browse the repository at this point in the history
  14. fix ci

    zhexuany committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    1d8ddfa View commit details
    Browse the repository at this point in the history
  15. make code cleanner

    zhexuany committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    bd24bee View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2f8018a View commit details
    Browse the repository at this point in the history
  17. add test

    zhexuany committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    7d6ae04 View commit details
    Browse the repository at this point in the history
  18. address comment

    zhexuany committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    d315b25 View commit details
    Browse the repository at this point in the history
  19. fix comment spelling issue

    zhexuany committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    5dc988b View commit details
    Browse the repository at this point in the history
  20. use one hook

    zhexuany committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    1f99ca1 View commit details
    Browse the repository at this point in the history
  21. remove boot

    zhexuany committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    e4418cf View commit details
    Browse the repository at this point in the history
  22. add extra space

    zhexuany committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    44996c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. address comment

    zhexuany committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    bd1693e View commit details
    Browse the repository at this point in the history
  2. fix ci

    zhexuany committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    fda4813 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9986492 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1acd491 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'get_tz_name_from_zoneinfo' of github.com:zhexuany/tidb …

    …into get_tz_name_from_zoneinfo
    zhexuany committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    65051bb View commit details
    Browse the repository at this point in the history
  6. add comment

    zhexuany committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    a37aeeb View commit details
    Browse the repository at this point in the history
  7. remove reset chk

    zhexuany committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    e20dc07 View commit details
    Browse the repository at this point in the history
  8. rename local fn

    zhexuany committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    74d394a View commit details
    Browse the repository at this point in the history
  9. fix ci

    zhexuany committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    64a5b2e View commit details
    Browse the repository at this point in the history
  10. fix ci

    zhexuany committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    e77ee43 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1b53dff View commit details
    Browse the repository at this point in the history