The transactions of 4.0 are 'transactions' and that's where it ends.
Note that mysql itself doesn't support transactions, it's the InnoDB table-handler that supports the transactions.
If you're looking for a real database that supports transactions properly (and a sh8tload of other functions that mysql doesn't) then look at postgreSQL, which is also free.