mariadb/sql/share
dlenev@brandersnatch.localdomain 270b695f59 Fix for bug #10015 "Crash in InnoDB if stored routines are used".
We should not allow explicit or implicit transaction commits inside
of stored functions or triggers (so in autocommit mode we should not
do commits after execution of sub-statement).
Also since we don't support nested statement transactions in 5.0,
we shouldn't commit or rollback stmt transactions while we are inside
stored functions or triggers. This should be fixed in later (>=5.1)
releases.
2005-06-07 14:53:08 +04:00
..
charsets Merge mysql.com:/home/ram/work/mysql-4.1 2005-05-06 20:11:01 +05:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
errmsg.txt Fix for bug #10015 "Crash in InnoDB if stored routines are used". 2005-06-07 14:53:08 +04:00
Makefile.am - manual merge 2005-04-21 08:30:59 +02:00