← Back to team overview

percona-discussion team mailing list archive

[Bug 328367] [NEW] Some problems of UNIV_DEBUG of InnoDB

 

Public bug reported:

----
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

** Affects: percona-patches
     Importance: Medium
     Assignee: Yasufumi Kinoshita (yasufumi-kinoshita)
         Status: Confirmed

** Changed in: percona-patches
   Importance: Undecided => Medium
     Assignee: (unassigned) => Yasufumi Kinoshita (yasufumi-kinoshita)
       Status: New => Confirmed

-- 
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: Confirmed

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



Follow ups

References