Skip to content

Commit 5321fc4

Browse files
Merge pull request #249657 from VandhanaMehta/docs-editor/whats-new-1693324949
Update whats-new.md
2 parents 5ef9caa + b050a17 commit 5321fc4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/mysql/flexible-server/whats-new.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@ This article summarizes new releases and features in Azure Database for MySQL -
2828
## August 2023
2929

3030
- **Universal Geo Restore in Azure Database for MySQL - Flexible Server (Public Preview)**
31-
Universal Geo Restore feature will allow you to restore a source server instance to an alternate region from the list of Azure supported regions where flexible server is [available](./overview.md#azure-regions). If a large-scale incident in a region results in unavailability of database application, then you can use this feature as a disaster recovery option to restore the server to an Azure supported target region, which is different than the source server region. [Learn more](concepts-backup-restore.md#restore)
31+
Universal Geo Restore feature will allow you to restore a source server instance to an alternate region from the list of Azure supported regions where flexible server is [available](./overview.md#azure-regions). If a large-scale incident in a region results in unavailability of database application, then you can use this feature as a disaster recovery option to restore the server to an Azure supported target region, which is different than the source server region. [Learn more](concepts-backup-restore.md#restore)
32+
33+
- **Generated Invisible Primary Key in Azure Database for MySQL - Flexible Server**
34+
Azure Database for MySQL Flexible Server now supports generated invisible primary key (GIPK) mode for MySQL version 8.0. With this change, by default, the value of the server system variable "sql_generate_invisible_primary_key" is ON for all MySQL - Flexible Server on MySQL 8.0. With GIPK mode ON, MySQL generates an invisible primary key to any InnoDB table which is new created without an explicit primary key. Learn more about the GIPK mode:
35+
[Generated Invisible Primary Keys](https://dev.mysql.com/doc/refman/8.0/en/create-table-gipks.html)
36+
[Invisible Column Metadata](https://dev.mysql.com/doc/refman/8.0/en/invisible-columns.html#invisible-column-metadata)
3237

3338
## July 2023
3439

@@ -606,3 +611,4 @@ If you have questions about or suggestions for working with Azure Database for M
606611
- Browse the [public documentation](index.yml) for Azure Database for MySQL – Flexible Server.
607612
- Review details on [troubleshooting common migration errors](../howto-troubleshoot-common-errors.md).
608613

614+

0 commit comments

Comments
 (0)