mariadb/dict
sunny 42d12ae25c Fix for Bug # 18828. Return DB_TOO_MANY_CONCURRENT_TRXS when we run out
of UNDO slots in the rollback segment. This is a partial fix since the
MySQL error code requested to properly report the error condition back
to the client has not yet materialized. Currently we have #ifdef'd the
error code translation in ha_innodb.cc. This will have to be changed
as and when MySQl add the new requested code or an equivalent code
that we can then use.

Given the above, currently we will get the old behaviour, not the "fixed"
and intended behaviour.
2007-04-11 02:43:56 +00:00
..
dict0boot.c Merge r1239 from 2007-01-18 21:27:31 +00:00
dict0crea.c Fix for Bug # 18828. Return DB_TOO_MANY_CONCURRENT_TRXS when we run out 2007-04-11 02:43:56 +00:00
dict0dict.c Lock the data dictionary during rollback. This removes the rare 2007-03-14 13:45:49 +00:00
dict0load.c Merge changes from MySQL AB: 2007-03-01 15:21:12 +00:00
dict0mem.c Merge changes from MySQL AB: 2007-03-01 15:21:12 +00:00
Makefile.am Merge a change from MySQL AB: 2007-01-11 09:36:27 +00:00