Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

RDS/Aurora Docs clarifications. #1425

Open
reillski opened this issue Jun 18, 2024 · 0 comments
Open

RDS/Aurora Docs clarifications. #1425

reillski opened this issue Jun 18, 2024 · 0 comments

Comments

@reillski
Copy link

Hi,

  1. In the RDS docs, a limitation with binlog_format and pt-table-checksum is referenced. In Aurora MySQL version 3, users are able to set binlog_format at the session level natively. Could this information regarding aurora version 3 be added?
mysql> select @@version,@@aurora_version,@@binlog_format;
+-----------+------------------+-----------------+
| @@version | @@aurora_version | @@binlog_format |
+-----------+------------------+-----------------+
| 8.0.32    | 3.05.2           | STATEMENT       |
+-----------+------------------+-----------------+
1 row in set (0.00 sec)

mysql> set session binlog_format='row';
Query OK, 0 rows affected (0.01 sec)

mysql> select @@version,@@aurora_version,@@binlog_format;
+-----------+------------------+-----------------+
| @@version | @@aurora_version | @@binlog_format |
+-----------+------------------+-----------------+
| 8.0.32    | 3.05.2           | ROW             |
+-----------+------------------+-----------------+
1 row in set (0.00 sec)

Aurora does not allow editing of the read_only parameter. While it is defined as {TrueIfReplica}, the parameter is non-modifiable field.

read_only can be modified in cluster parameter groups and from Aurora MySQL version 3.06 and higher via the mysql.rds_set_read_only stored procedure(details here ). Only caveat is reader instances are always set to innodb_read_only=1 which cannot be modified.

Thanks!
Marc

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant