List:Commits« Previous MessageNext Message »
From:holyfoot Date:March 10 2007 2:44pm
Subject:bk commit into 5.0 tree (holyfoot:1.2470) BUG#26833
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of hf. When hf 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-10 17:44:25+04:00, holyfoot@stripped +1 -0
  bug #26833 (Compile error with embedded lib)
  org_tables declaration was mistakenly #ifdef-ed with the EMBEDDED_LIBRARY
  instead of ACCESS_CHECKS

  sql/sql_parse.cc@stripped, 2007-03-10 17:44:23+04:00, holyfoot@stripped +1 -1
    default condition fixed

# 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:	holyfoot
# Host:	hfmain.(none)
# Root:	/home/hf/work/26833/my50-26833

--- 1.609/sql/sql_parse.cc	2007-03-10 17:44:29 +04:00
+++ 1.610/sql/sql_parse.cc	2007-03-10 17:44:29 +04:00
@@ -5402,7 +5402,7 @@ check_table_access(THD *thd, ulong want_
 {
   uint found=0;
   ulong found_access=0;
-#ifndef EMBEDDED_LIBRARY
+#ifndef NO_EMBEDDED_ACCESS_CHECKS
   TABLE_LIST *org_tables= tables;
 #endif
   TABLE_LIST *first_not_own_table= thd->lex->first_not_own_table();
Thread
bk commit into 5.0 tree (holyfoot:1.2470) BUG#26833holyfoot10 Mar