~ourdelta-developers/ourdelta/ourdelta-mysqlhotcopy

« back to all changes in this revision

Viewing changes to mysql/5.0/percona/show_innodb_bp/show_innodb_bp.patch

  • Committer: Arjen Lentz
  • Date: 2008-11-03 12:00:06 UTC
  • mfrom: (37.2.4 ourdelta-spinner)
  • Revision ID: arjen@openquery.com.au-20081103120006-ci6d9pbk3k7r6qjy
Merge in spinner branch with if_idle and innodb_freeze patches (from Google set)

Show diffs side-by-side

added added

removed removed

Lines of Context:
244
244
 #include "../innobase/include/trx0xa.h"
245
245
 }
246
246
 
247
 
@@ -6480,6 +6482,116 @@ innodb_show_status(
 
247
@@ -6481,6 +6483,116 @@ innodb_show_status(
248
248
        DBUG_RETURN(FALSE);
249
249
 }
250
250
 
365
365
===================================================================
366
366
--- mysql-5.0.67.orig/sql/ha_innodb.h
367
367
+++ mysql-5.0.67/sql/ha_innodb.h
368
 
@@ -259,6 +259,7 @@ void innobase_store_binlog_offset_and_fl
 
368
@@ -260,6 +260,7 @@ void innobase_store_binlog_offset_and_fl
369
369
 
370
370
 int innobase_drop_database(char *path);
371
371
 bool innodb_show_status(THD* thd);