The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
Have a look at the following URL's:
http://dev.mysql.com/books/mysqlpres...rial/ch10.html http://dev.mysql.com/doc/mysql/en/an...rent-apis.html Like Merk already say, you can not use this with MyISAM tables. For InnoDB it is basically: Start transaction: [sql]BEGIN TRANSACTION;[/sql] Then end the transaction with one of the following: [sql]COMMIT;[/sql] or: [sql]ROLLBACK;[/sql] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|