Hi!
I have done some simple benchmarks on MySQL/InnoDB. You can look at them at http://www.innodb.com/bench.html
InnoDB is even faster in many simple benchmarks than the MyISAM table type in MySQL.
InnoDB is a MySQL table type which supports transactions, row level locking, multiversioning, and foreign key constraints.
About real-world benchmarks, I am afraid there are no SQL scripts available, because real-world applications are so complex. About real-world use see http://www.innodb.com/userstories.html
SelectBourse migrated a high-end application from MS SQL Server to MySQL/InnoDB and got better performance.
You can download MySQL-Max from http://www.mysql.com. Look at http://www.innodb.com/ibman.html about installation.
If you measure MySQL against Oracle etc. I would be interested to hear the results. I have done my own measurements, but the Oracle license prohibits publication of benchmarks.
Best regards,
Heikki Tuuri
Innobase Oy
heikki.tuuri@innodb.com
P.S. I noticed you work in Finland. I am in Helsinki too 🙂