You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/connection-options.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -451,6 +451,11 @@ These are the other options that MySqlConnector supports. They are set to sensib
451
451
distributed transactions, but may not be compatible with server replication; there are <a href="https://dev.mysql.com/doc/refman/8.0/en/xa-restrictions.html">other limitations</a>.
452
452
When set to <code>false</code>, regular MySQL transactions are used, just like Connector/NET.</td>
453
453
</tr>
454
+
<trid="UseProcedureCache">
455
+
<td>Use Procedure Cache, UseProcedureCache</td>
456
+
<td>true</td>
457
+
<td>When <code>false</code> disables the procedure cache</td>
0 commit comments