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

releases: add deprecated note in titles #2437

Merged
merged 6 commits into from
May 13, 2020
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions reference/sql/data-types/date-and-time.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ Different types of zero value are shown in the following table:

Invalid `DATE`, `DATETIME`, `TIMESTAMP` values are automatically converted to the corresponding type of zero value ( '0000-00-00' or '0000-00-00 00:00:00' ) if the SQL mode permits such usage.

<!-- markdownlint-disable MD001 -->

### Automatic initialization and update of `TIMESTAMP` and `DATETIME`

Columns with `TIMESTAMP` or `DATETIME` value type can be automatically initialized or updated to the current time.
Expand Down
4 changes: 4 additions & 0 deletions releases/3.0.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ TiDB version: 3.0.10

TiDB Ansible version: 3.0.10

> **Warning:**
>
> Some known issues are found in this version, and these issues are fixed in new versions. It is recommended that you use the latest 3.0.x version.

## TiDB

- Fix wrong `Join` results when `IndexLookUpJoin` uses `OtherCondition` to construct `InnerRange` [#14599](https://github.com/pingcap/tidb/pull/14599)
Expand Down
4 changes: 4 additions & 0 deletions releases/3.0.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ TiDB version: 3.0.11

TiDB Ansible version: 3.0.11

> **Warning:**
>
> Some known issues are found in this version, and these issues are fixed in new versions. It is recommended that you use the latest 3.0.x version.

## Compatibility Changes

* TiDB
Expand Down
4 changes: 4 additions & 0 deletions releases/3.0.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ TiDB version: 3.0.12

TiDB Ansible version: 3.0.12

> **Warning:**
>
> Some known issues are found in this version, and these issues are fixed in new versions. It is recommended that you use the latest 3.0.x version.

## Compatibility Changes

+ TiDB
Expand Down
4 changes: 4 additions & 0 deletions releases/3.0.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ TiDB version: 3.0.9

TiDB Ansible version: 3.0.9

> **Warning:**
>
> Some known issues are found in this version, and these issues are fixed in new versions. It is recommended that you use the latest 3.0.x version.

## TiDB

+ Executor
Expand Down
4 changes: 4 additions & 0 deletions releases/3.1.0-beta.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ TiDB version: 3.1.0-beta.2

TiDB Ansible version: 3.1.0-beta.2

> **Warning:**
>
> Some known issues are found in this version, and these issues are fixed in new versions. It is recommended that you use the latest 3.1.x version.

## Compatibility Changes

+ Tools
Expand Down
4 changes: 4 additions & 0 deletions releases/3.1.0-rc.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ TiDB version: 3.1.0-rc

TiDB Ansible version: 3.1.0-rc

> **Warning:**
>
> Some known issues are found in this version, and these issues are fixed in new versions. It is recommended that you use the latest 3.1.x version.

## New Features

+ TiDB
Expand Down
4 changes: 4 additions & 0 deletions releases/4.0.0-rc.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ TiDB version: 4.0.0-rc

TiUP version: 0.0.3

> **Warning:**
>
> Some known issues are found in this version, and these issues are fixed in new versions. It is recommended that you use the latest 4.0.x version.

## Compatibility Changes

+ TiDB
Expand Down