mariadb/innobase/dict
Timothy Smith fd5642b67d Applying InnoDB snashot 5.0-ss4007, part 2. Fixes
Bug #18828: If InnoDB runs out of undo slots, it returns misleading 'table is full'

This is a backport of code already in 5.1+.  The error message change referred
to in the detailed revision comments is still pending.

Detailed revision comments:

r3937 | calvin | 2009-01-15 03:11:56 +0200 (Thu, 15 Jan 2009) | 17 lines
branches/5.0:

Backport the fix for Bug#18828. Return DB_TOO_MANY_CONCURRENT_TRXS
when we run out of UNDO slots in the rollback segment. The backport
is requested by MySQL under bug#41529 - Safe handling of InnoDB running
out of undo log slots.

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 behavior, not the
"fixed" and intended behavior.

Approved by:	Heikki (on IM)
2009-03-02 17:57:09 -07:00
..
dict0boot.c InnoDB: Fix ut0dbg compilation errors on NetWare 2005-06-16 15:00:25 +03:00
dict0crea.c Applying InnoDB snashot 5.0-ss4007, part 2. Fixes 2009-03-02 17:57:09 -07:00
dict0dict.c Apply 3 patches from innodb-5.0-ss2637. 2008-12-12 17:40:31 -07:00
dict0load.c Applied innodb-5.0-ss492 snapshot. 2006-04-26 07:50:29 +04:00
dict0mem.c Applied innodb-5.0-ss476 snapshot. 2006-04-21 01:07:37 +04:00
Makefile.am my_strtoll10-x86.s: 2006-12-31 01:02:27 +01:00