Skip to content

tikv-server v2.1.0-rc.3

Compare
Choose a tag to compare
@disksing disksing released this 29 Sep 07:36
· 101 commits to release-2.1 since this release
3ee21dc

Performance

  • Optimize the concurrency for coprocessor requests #3515

New features

  • Add the support for Log functions #3603
  • Add the support for the sha1 function #3612
  • Add the support for the truncate_int function #3532
  • Add the support for the year function #3622
  • Add the support for the truncate_real function #3633

Bug fixes

  • Fix the reporting error behavior related to time functions #3487, #3615
  • Fix the issue that the time parsed from string is inconsistent with that in TiDB #3589