We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9178048 commit f95cfc0Copy full SHA for f95cfc0
doc/user_guide.rst
@@ -385,7 +385,7 @@ threadsafety
385
SSCursor (which uses ``mysql_use_result()``; with the latter you
386
must ensure all the rows have been read before another query can
387
be executed. It is further complicated by the addition of
388
- transactions, since transactions start when a cursor execute a
+ transactions, since transactions start when a cursor executes a
389
query, but end when ``COMMIT`` or ``ROLLBACK`` is executed by
390
the Connection object. Two threads simply cannot share a
391
connection while a transaction is in progress, in addition to
0 commit comments