File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
### Changed
6
6
7
7
- Enable compiler optimization for the ` sprintf ` function.
8
+ - AWS enhancement: Documentation updates.
8
9
9
10
## 2.1.2
10
11
Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ public function batchExecuteStatement($input): BatchExecuteStatementResponse
114
114
* > A transaction times out if no calls use its transaction ID in three minutes. If a transaction times out before it's
115
115
* > committed, it's rolled back automatically.
116
116
* >
117
- * > DDL statements inside a transaction cause an implicit commit. We recommend that you run each DDL statement in a
118
- * > separate `ExecuteStatement` call with `continueAfterTimeout` enabled.
117
+ * > For Aurora MySQL, DDL statements inside a transaction cause an implicit commit. We recommend that you run each
118
+ * > MySQL DDL statement in a separate `ExecuteStatement` call with `continueAfterTimeout` enabled.
119
119
*
120
120
* @see https://docs.aws.amazon.com/rdsdataservice/latest/APIReference/API_BeginTransaction.html
121
121
* @see https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-rds-data-2018-08-01.html#begintransaction
You can’t perform that action at this time.
0 commit comments