List:Commits« Previous MessageNext Message »
From:rsomla Date:October 25 2006 8:06pm
Subject:bk commit into 5.1 tree (rafal:1.2352)
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, 2006-10-25 20:06:24+00:00, rafal@quant.(none) +1 -0
  Correcting a typo preventing to build correctly under pushbuild.

  sql/backup.h@stripped, 2006-10-25 20:06:21+00:00, rafal@quant.(none) +2 -2
    Removed unneccessary type qualifiers.

# 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

--- 1.1/sql/backup.h	2006-10-25 20:06:30 +00:00
+++ 1.2/sql/backup.h	2006-10-25 20:06:30 +00:00
@@ -37,11 +37,11 @@
       
   public:
   
-    Table_ref::Table_ref(const char *db, const char *name):
+    Table_ref(const char *db, const char *name):
        m_name(name,table_alias_charset),m_db(db)
     {};
    
-    Table_ref::Table_ref(const TABLE_LIST &t):
+    Table_ref(const TABLE_LIST &t):
        m_name(t.table_name,table_alias_charset),
        m_db(t.db) 
     {};
Thread
bk commit into 5.1 tree (rafal:1.2352)rsomla26 Oct