Skip to content

Commit f96031c

Browse files
committed
Update links to Transaction Usage documentation.
1 parent 11f1c42 commit f96031c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/connection-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ These are the other options that MySqlConnector supports. They are set to sensib
283283
<td>IgnoreCommandTransaction, Ignore Command Transaction</td>
284284
<td>false</td>
285285
<td>If <code>true</code>, the value of <code>MySqlCommand.Transaction</code> is ignored when commands are executed.
286-
This matches the Connector/NET behaviour and can make porting code easier. For more information, see <a href="https://github.com/mysql-net/MySqlConnector/issues/474">Issue 474</a>.</td>
286+
This matches the Connector/NET behaviour and can make porting code easier. For more information, see <a href="troubleshooting/transaction-usage/">Transaction Usage</a>.</td>
287287
</tr>
288288
<tr>
289289
<td>Interactive, Interactive Session, InteractiveSession</td>

docs/content/tutorials/migrating-from-connector-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Connector/NET allows a command to be executed even when `MySqlCommand.Transactio
8383
disposed `MySqlTransaction`. MySqlConnector will throw an `InvalidOperationException` if the `MySqlCommand.Transaction`
8484
property doesn’t reference the active transaction. This fixes <a href="https://bugs.mysql.com/bug.php?id=88611">MySQL Bug 88611</a>.
8585
To disable this strict validation, set <code>IgnoreCommandTransaction=true</code>
86-
in the connection string. See [Issue 474](https://github.com/mysql-net/MySqlConnector/issues/474) for more details.
86+
in the connection string. See [Transaction Usage](troubleshooting/transaction-usage/) for more details.
8787

8888
### Exceptions
8989

0 commit comments

Comments
 (0)