VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: guardiano78 on November 20, 2015, 18:55:04 PM

Title: transaction [SOLVED]
Post by: guardiano78 on November 20, 2015, 18:55:04 PM
Hello,
i'll do external scripts php that they'll read and write in joomla database and virtuemart3 tables.
I'll use PDO transactions in my script.
the database tables of virtuemart3 are made in MyISAM
Now the question:
joomla3 will work  fine if i "ALTER TABLE" all the tables in InnoDB???
Title: Re: transaction
Post by: GJC Web Design on November 20, 2015, 21:23:14 PM
should work fine but read this:  http://forum.virtuemart.net/index.php?topic=131930.0
Title: Re: transaction
Post by: guardiano78 on November 21, 2015, 13:02:50 PM
well, i tried to "alter table" all virtuemart tables.
it works fine.
thanks for help :)
Title: Re: transaction [SOLVED]
Post by: GJC Web Design on November 21, 2015, 14:21:12 PM
also the discussion was that they can be set back on an upgrade .. see the hidden config stuff
Title: Re: transaction [SOLVED]
Post by: guardiano78 on November 21, 2015, 16:56:40 PM
sorry but i've not understand.
means that on upgrade virtuemart, tables return to MyISAM?
Title: Re: transaction [SOLVED]
Post by: GJC Web Design on November 21, 2015, 18:03:54 PM
well -- that is what that forum post is all about.. read carefully