List:Internals« Previous MessageNext Message »
From:jonas Date:September 18 2005 5:54pm
Subject:bk commit into 5.1 tree (jonas:1.2018)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of jonas. When jonas 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.2018 05/09/18 19:54:47 jonas@stripped +1 -0
  post merge fixes

  sql/sql_parse.cc
    1.438 05/09/18 19:54:40 jonas@stripped +1 -1
    post merge fixes

# 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:	jonas
# Host:	perch.ndb.mysql.com
# Root:	/home/jonas/src/mysql-5.1-ndb-dd

--- 1.437/sql/sql_parse.cc	2005-09-16 17:06:43 +02:00
+++ 1.438/sql/sql_parse.cc	2005-09-18 19:54:40 +02:00
@@ -4702,7 +4702,7 @@
     res= mysql_xa_recover(thd);
     break;
   case SQLCOM_ALTER_TABLESPACE:
-    if (check_access(thd, ALTER_ACL, thd->db, 0, 1, 0))
+    if (check_access(thd, ALTER_ACL, thd->db, 0, 1, 0, is_schema_db(thd->db)))
       break;
     if (!(res= mysql_alter_tablespace(lex->alter_tablespace_info)))
       send_ok(thd);
Thread
bk commit into 5.1 tree (jonas:1.2018)jonas18 Sep