Toby Thain writes:
 > Yes, you just found out the hard way that it's wise to include ENGINE 
 > specifications in MySQL CREATE TABLE's.
 > 

True indeed. The problem with MySQL's storage engines is that the
transaction_support and savepoint_support driver capabilities cannot
be relied upon because they depend on a couple of factors - how the
database server was compiled and configured, how particular tables
were created and so on. The driver caps may get things wrong in quite
a few cases.

BTW I've finished updating the test kit which should now cover all
aspects of transactions and savepoints as well. I'd greatly appreciate
if everyone could give the current cvs revisions a try and report
success and failures.

regards,
Markus

-- 
Markus Hoenicka
http://www.mhoenicka.de
AQ score 38

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
libdbi-users mailing list
libdbi-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libdbi-users

Reply via email to