← Back to team overview

percona-discussion team mailing list archive

[Bug 328367] Re: Some problems of UNIV_DEBUG of InnoDB

 

** Branch linked: lp:~percona-dev/percona-patches/fix-bug328367

** Changed in: percona-patches
       Status: Confirmed => Fix Committed

-- 
Some problems of UNIV_DEBUG of InnoDB
https://bugs.launchpad.net/bugs/328367
You received this bug notification because you are a member of Percona
developers, which is the registrant for Percona patches.

Status in Patches for MySQL by Percona: Fix Committed

Bug description:
----
innobase/os/os0file.c:

#include "trx0trx.h"
is needed to build with UNIV_DEBUG

----
innobase/buf/buf0rea.c:

extern ulint srv_read_ahead;
is needed to build with UNIV_DEBUG

----
innobase/buf/buf0buf.c:

#include "trx0trx.h"
is needed to build with UNIV_DEBUG

----
InnoDB: Assertion failure in thread 1142085952 in file sync0rw.c line 227
Failing assertion: (lock->writer != RW_LOCK_EX) || (lock->writer_count > 0)

----
InnoDB: Assertion failure in thread 1141885248 in file btr0sea.c line 749

ut_ad(btr_search_latch.writer != RW_LOCK_EX);

-----

We need to fix along with fixed in XtraDB



References