List:Internals« Previous MessageNext Message »
From:serg Date:August 26 2005 11:28am
Subject:bk commit into 5.0 tree (serg:1.1896)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of serg. When serg 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
  1.1896 05/08/26 15:28:08 serg@stripped +1 -0
  after merge fix

  sql/sql_db.cc
    1.115 05/08/26 15:28:00 serg@stripped +1 -1
    after merge fix

# 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:	serg
# Host:	sergbook.mysql.com
# Root:	/usr/home/serg/Abk/mysql-5.0

--- 1.114/sql/sql_db.cc	Fri Aug 26 13:24:51 2005
+++ 1.115/sql/sql_db.cc	Fri Aug 26 15:28:00 2005
@@ -711,7 +711,7 @@
       uint tbl_name_len;
 
       /* 3 for the quotes and the comma*/
-      tbl_name_len= strlen(tbl->real_name) + 3;
+      tbl_name_len= strlen(tbl->table_name) + 3;
       if (query_pos + tbl_name_len + 1 >= query_end)
       {
         write_to_binlog(thd, query, query_pos -1 - query, db, db_len);
Thread
bk commit into 5.0 tree (serg:1.1896)serg26 Aug