List:Commits« Previous MessageNext Message »
From:rsomla Date:March 8 2007 8:05am
Subject:bk commit into 5.1 tree (rafal:1.2482)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of rafal. When rafal does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-03-08 09:04:57+01:00, rafal@quant.(none) +3 -0
  WL#3327: Fix definitions of build_table_list.

  sql/backup.cc@stripped, 2007-03-08 09:04:51+01:00, rafal@quant.(none) +0 -2
    Move declaration to backup_private.h.

  sql/backup_private.h@stripped, 2007-03-08 09:04:51+01:00, rafal@quant.(none) +2 -0
    Added declaration for build_table_list.

  sql/backup_prototype.cc@stripped, 2007-03-08 09:04:51+01:00, rafal@quant.(none) +1 -1
    Change parameter type: Tables -> Table_list.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	rafal
# Host:	quant.(none)
# Root:	/ext/mysql/bk/backup/prototype-push

--- 1.7/sql/backup.cc	2007-03-08 09:05:07 +01:00
+++ 1.8/sql/backup.cc	2007-03-08 09:05:07 +01:00
@@ -401,8 +401,6 @@
 
 //////////////////////////////////////////////////////////////////////////////
 
-TABLE_LIST *build_table_list(const Tables&, thr_lock_type);
-
 
 // Writing/reading table definitions
 // This implementation uses temporary formad to be replaced by DDL statements later.

--- 1.3/sql/backup_private.h	2007-03-08 09:05:08 +01:00
+++ 1.4/sql/backup_private.h	2007-03-08 09:05:08 +01:00
@@ -107,6 +107,8 @@
 
 namespace backup {
 
+TABLE_LIST *build_table_list(const Table_list&, thr_lock_type);
+
 class Tables: public Table_list
 { 
   public: 

--- 1.5/sql/backup_prototype.cc	2007-03-08 09:05:08 +01:00
+++ 1.6/sql/backup_prototype.cc	2007-03-08 09:05:08 +01:00
@@ -343,7 +343,7 @@
 // Actually, should work fine with reversed list as long as we use the reversed 
 // list both in table writing and reading.
 
-TABLE_LIST *build_table_list(const Tables &tables, thr_lock_type lock)
+TABLE_LIST *build_table_list(const Table_list &tables, thr_lock_type lock)
 {
   TABLE_LIST *tl= NULL;
 
Thread
bk commit into 5.1 tree (rafal:1.2482)rsomla8 Mar