Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 532 Bytes

101.md

File metadata and controls

23 lines (17 loc) · 532 Bytes
title category
TiDB 1.0.1 Release Notes
Releases

TiDB 1.0.1 Release Notes

On November 1, 2017, TiDB 1.0.1 is released with the following updates:

TiDB:

  • Support canceling DDL Job.
  • Optimize the IN expression.
  • Correct the result type of the Show statement.
  • Support log slow query into a separate log file.
  • Fix bugs.

TiKV:

  • Support flow control with write bytes.
  • Reduce Raft allocation.
  • Increase coprocessor stack size to 10MB.
  • Remove the useless log from the coprocessor.