[rt-users] Rollback warning?!

Scott T. Hildreth shildreth at allantgroup.com
Tue Oct 12 14:29:53 EDT 2004


On Tue, 2004-10-12 at 10:44, Rich West wrote:
> This is a new message for me, so I thought I would simply ask the list 
> as to what this means:
> 
> [Tue Oct 12 11:35:38 2004] [error] [client 172.1.1.1] FastCGI: server 
> "/opt/rt3/bin/mason_handler.fcgi" stderr: DBD::mysql::db rollback 
> failed: Warning:  Some non-transactional changed tables couldn't be 
> rolled back at 
> /usr/lib/perl5/site_perl/5.8.3/DBIx/SearchBuilder/Handle.pm line 719., 
> referer: https://rt.prvt.net/rt3/Ticket/Display.html?id=629
> 
> I know what rollback is, which is pretty nice, but I didn't know it was 
> available, and, hence, I don't know how to implement it in order to get 
> rid of the warnings.

  If you want the tables that are "non-transactional" to be
transactional, you will need to convert them from ISAM to INNODB 
type tables.  Check out http://www.mysql.com to see how to do that.
I don't remember =8^).


> 
> Any help would be appreciated!
> 
> Thanks!
> -Rich
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
> 
> Be sure to check out the RT wiki at http://wiki.bestpractical.com



More information about the rt-users mailing list