in reply to Re: DBI with MySQL InnoDB tables troubles
in thread DBI with MySQL InnoDB tables troubles

Strange that it worked with MyISAM tables without the commit, and not with InnoDB tables.
Isn't that because MyISAM tables are non-transactional (i.e they do not support commit, rollback), while InnoDB are transactional? See this (dev.mysql.com) article.
--
Andreas
  • Comment on Re^2: DBI with MySQL InnoDB tables troubles