Skip to content

Commit 3630d31

Browse files
Merge pull request #5104 from VandhanaMehta/timezoneprocknownissue
documenting known issue for SP in mysql
2 parents ba0b6d8 + 845fc0b commit 3630d31

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

articles/mysql/flexible-server/concepts-server-parameters.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,9 @@ You can set this parameter at the session level by using `init_connect`. For mor
212212

213213
You can populate the time zone tables with the latest time zone information by calling the `mysql.az_load_timezone` stored procedure from a tool like the MySQL command line or MySQL Workbench and then set the global time zones by using the [Azure portal](./how-to-configure-server-parameters-portal.md#working-with-the-time-zone-parameter) or the [Azure CLI](./how-to-configure-server-parameters-cli.md#working-with-the-time-zone-parameter). Time zones are automatically loaded during server creation, removing the need for customers to manually execute the `mysql.az_load_timezone` stored procedure afterwards to load the time zone.
214214

215+
>[!NOTE]
216+
> Known Issue: After promoting a read replica to a standalone server in Azure Database for MySQL, the stored procedure `mysql.az_load_timezone` may not be present on the promoted replica server. This will impact the scenario when manual refresh of timezone tables is required on the promoted replica server. Current workaround is to seek assistance from Microsoft support.
217+
215218
### innodb_temp_data_file_size_max
216219
For Azure Database for MySQL Flexible Server (version 5.7 only), innodb_temp_data_file_size_max parameter defines the maximum size of InnoDB temporary tablespace data files in MB. Setting the value to 0 means no limit, allowing growth up to the full storage size. Any non-zero value below 64 MB is rounded up to 64 MB, while values above 64 MB are applied as specified. This is a static variable and requires a server restart for changes to take effect.
217220

0 commit comments

Comments
 (0)