[DB-SIG] MySQLdb and INNODB tables

Dave Rogers David.Rogers at mci.com
Wed Apr 6 22:19:44 CEST 2005


I need to use MySQL INNODB tables for transactions, however, I have run
into a problem. I can do SELECTS on the INNODB tables just fine but
INSERTS and UPDATES do not work. No error is generated. I tried the same
code using Python interactively and Python returns "1L" for each line I
try to insert but in fact nothing is ever inserted. My Python code works
perfectly with MyISAM tables. 

Am I just not holding my mouth right or what?
 
dave
-- 
Dave Rogers
MCI
Network Security Operations Center
vnet 777-6522



More information about the DB-SIG mailing list