1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-06 13:10:12 +03:00
Files
mariadb/sql
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
..
2008-12-17 15:01:34 -05:00
2008-07-14 16:16:37 -04:00
2009-06-29 15:17:01 +02:00
2008-07-10 14:47:53 -04:00
2007-11-05 20:18:22 +01:00
2008-12-12 14:59:10 +04:00
2008-04-10 15:55:37 -04:00
2009-06-01 16:42:24 +04:00
2009-02-06 18:25:08 +01:00
2009-04-01 16:02:26 +05:00
2009-06-29 15:17:01 +02:00
2008-12-17 15:01:34 -05:00
2009-03-19 09:44:58 -04:00
2008-07-10 14:50:07 -04:00
2009-06-29 15:17:01 +02:00
2008-01-23 13:26:41 -07:00
2009-05-15 12:29:41 +03:00
2009-06-29 15:17:01 +02:00
2007-07-01 15:33:28 -07:00
2009-03-19 09:44:58 -04:00
2009-06-29 15:17:01 +02:00
2008-09-16 13:16:41 +02:00
2009-06-29 15:17:01 +02:00