Removed the warning message: 'InnoDB: Out of memory in additional memory pool.'
Fixed a bug: if the combined size of InnoDB log files was >= 2 GB in a
32-bit computer, InnoDB would write log in a wrong position. That could
make crash recovery and InnoDB Hot Backup to fail.
Fixed a bug: index cursor restoration could theoretically fail.