How to get Transaction template to work?

Hello all,

I’m trying to get the feature “transaction” to work whenever the ticket is updated in some ways. I still have not gotten it to work and would appreciate if you could help me get it to work.

Also what’s a good size to set innodb data? I’ve set it to 25M and wondered if its good enough to be run on 512 MB of ram. Here is what I have in my.cnf…

innodb_data_file_path= ibdata1:25M:autoextend
#set-variable = innodb_buffer_pool_size = 128M
#set-variable = innodb_additional_mem_pool_size=64M
#set-variable = innodb_log_file_size = 64M
#set-variable = innodb_log_buffer_size = 32M
#innodb_flush_log_at_trxcommit=1

I put a # in front of others because the syntax is wrong some how when following advice from innodb website example.

Jonathan Chen