]> git.sur5r.net Git - openldap/commit
Avoid assert
authorHoward Chu <hyc@symas.com>
Wed, 1 May 2013 04:09:09 +0000 (21:09 -0700)
committerHoward Chu <hyc@symas.com>
Wed, 1 May 2013 04:09:09 +0000 (21:09 -0700)
commit568c22c4cc494410147f6ef5435694bd3eca17c3
tree60acc74c7d2cb303f597315428c3ba16c990f677
parent37bd48a618b62f72029dcd03e0a2ee91c8e7713c
Avoid assert

Due to underfilled branch page. We're in the process of merging/moving
nodes to it because we already know it's underfilled. Took this approach
rather than just removing the assert in mdb_page_search_root, because
that assert may yet catch other situations we don't know about.

(Although, it has been there since the original commit of mdb.c and
has never triggered any other times...)
libraries/liblmdb/mdb.c