Opened 17 years ago
Closed 17 years ago
#240 closed defect (fixed)
MySQL: support transactions capability should return FALSE
Reported by: | barbarazoladek | Owned by: | Barbara Zoladek |
---|---|---|---|
Priority: | minor | Milestone: | 3.3.0 |
Component: | MySQL Provider | Version: | 3.2.0 |
Severity: | 2 | Keywords: | |
Cc: | External ID: |
Description
Currently, an FDO enabled MySQL table is created using the MyISAM engine which does not support transactions and therefore transaction capability flag should be set to FALSE. This problem requires further enhancements. Unlike other rdbms providers, MySQL tranasction capability should be defined for tables rather than the provider.
Note:
See TracTickets
for help on using tickets.
SupportsTransactions() returns FALSE for MySQL provider.