← Back to team overview

percona-discussion team mailing list archive

[Bug 316982] Re: compilation failed with UNIV_DEBUG enabled

 

fixed at extensions-1.0/revision/30

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

-- 
compilation failed with UNIV_DEBUG enabled
https://bugs.launchpad.net/bugs/316982
You received this bug notification because you are a member of Percona
developers, which is the registrant for Percona-XtraDB.

Status in Percona XtraDB Storage Engine for MySQL: Fix Committed

Bug description:
Solution:
diff -r 6f06ce9019c9 storage/innobase/buf/buf0rea.c
--- a/storage/innobase/buf/buf0rea.c	Wed Jan 14 10:03:49 2009 +0600
+++ b/storage/innobase/buf/buf0rea.c	Wed Jan 14 11:03:16 2009 +0600
@@ -20,6 +20,7 @@
 #include "os0file.h"
 #include "srv0start.h"
 
+extern ulint srv_read_ahead;
 extern ulint srv_read_ahead_rnd;
 extern ulint srv_read_ahead_seq;
 extern ulint srv_buf_pool_reads;



References