mariadb/storage/innobase/buf
Marko Mäkelä 712beace38 Fix a bogus debug assertion in the fix of Bug #57707.
buf_pool_init(): Replace ut_ad(n_instances < MAX_BUFFER_POOLS)
with ut_ad(n_instances <= MAX_BUFFER_POOLS).
(Spotted by Michael Izioumtchenko.)
Add ut_ad(n_instances > 0).
2010-10-27 21:50:45 +03:00
..
buf0buddy.c Fix bit-rot left by the multiple buffer pools patch. 2010-10-20 14:46:28 +03:00
buf0buf.c Fix a bogus debug assertion in the fix of Bug #57707. 2010-10-27 21:50:45 +03:00
buf0flu.c Fix bit-rot left by the multiple buffer pools patch. 2010-10-20 14:46:28 +03:00
buf0lru.c Fix bit-rot left by the multiple buffer pools patch. 2010-10-20 14:46:28 +03:00
buf0rea.c Merging with mysql-5.5-stage. 2010-08-16 14:50:27 +02:00