Release V7_0_3 mergeback (#6249)

* added docs for 7.0.3

* mergeback rel_7_0_3

* spotless fix

* changelog update for 6099 - Use lockless mode when adding index on Azure Sql server
This commit is contained in:
volodymyr-korzh 2024-08-28 08:58:21 -06:00 committed by GitHub
parent 049c28d3e6
commit 18293eba89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 8 additions and 0 deletions

View File

@ -151,6 +151,7 @@ public enum VersionEnum {
V7_0_0,
V7_0_1,
V7_0_2,
V7_0_3,
V7_1_0,
V7_2_0,

View File

@ -0,0 +1,3 @@
---
release-date: "2024-03-20"
codename: "Zed"

View File

@ -0,0 +1,3 @@
---
release-date: "2024-08-24"
codename: "Zed"

View File

@ -1,4 +1,5 @@
---
type: perf
issue: 6099
backport: 7.0.3,7.2.2
title: "Database migrations that add or drop an index no longer lock tables when running on Azure Sql Server."