mariadb/extra
Satya B cbce1f5e69 Fix for BUG#18828 - If InnoDB runs out of undo slots,
it returns misleading 'table is full'

Innodb returns a misleading error message "table is full" 
when the number of active concurrent transactions is greater
than 1024.

Fixed by adding errorcode "ER_TOO_MANY_CONCURRENT_TRXS" to the
error codes. Innodb should return HA_TOO_MANY_CONCURRENT_TRXS
to mysql which is then mapped to ER_TOO_MANY_CONCURRENT_TRXS


Note: testcase is not written as this was reproducible only by
      changing innodb code.
2009-07-17 14:13:53 +05:30
..
yassl Merge from 5.0-bt 2009-06-29 15:17:01 +02:00
.cvsignore
charset2html.c
CMakeLists.txt
comp_err.c Bug#29125 Windows Server X64: so many compiler warnings 2009-02-10 17:47:54 -05:00
innochecksum.c
Makefile.am
my_print_defaults.c
mysql_waitpid.c
perror.c Fix for BUG#18828 - If InnoDB runs out of undo slots, 2009-07-17 14:13:53 +05:30
replace.c
resolve_stack_dump.c
resolveip.c