List:Internals« Previous MessageNext Message »
From:pem Date:December 7 2005 1:05pm
Subject:bk commit into 5.1 tree (pem:1.1964)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of pem. When pem 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.1964 05/12/07 12:58:33 pem@stripped +1 -0
  Fixed compile error in sql_acl.cc.

  sql/sql_acl.cc
    1.166 05/12/07 12:58:25 pem@stripped +2 -2
    Fixed compile error.

# 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:	pem
# Host:	mysql.comhem.se
# Root:	/usr/home/pem/mysql-5.1-new

--- 1.165/sql/sql_acl.cc	2005-12-07 07:28:11 +01:00
+++ 1.166/sql/sql_acl.cc	2005-12-07 12:58:25 +01:00
@@ -3727,8 +3727,8 @@
     /* Normal or temporary table. */
     TABLE *table= table_ref->table;
     grant= &(table->grant);
-    db_name= table->s->db;
-    table_name= table->s->table_name;
+    db_name= table->s->db.str;
+    table_name= table->s->table_name.str;
   }
 
   if (grant->want_privilege)
Thread
bk commit into 5.1 tree (pem:1.1964)pem7 Dec