logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

bk commit into 4.1 tree: msg#00010

Subject: bk commit into 4.1 tree
Below is the list of changes that have just been committed into a
4.1 repository of hf. When hf does a push, they will be propogated 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://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.1278 02/06/18 20:35:34 hf@bison.(none) +3 -0
  Small fixes

  libmysqld/sql_prepare.cc
    1.3 02/06/18 20:35:32 hf@bison.(none) +0 -0
    Fix after pull

  libmysqld/sql_error.cc
    1.2 02/06/18 20:35:32 hf@bison.(none) +0 -0
    Fix after pull

  libmysqld/lib_sql.cc
    1.27 02/06/18 20:35:32 hf@bison.(none) +1 -1
    Function renaming 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: hf
# Host: bison.(none)
# Root: /home/hf/work/mysql-4.1

--- 1.26/libmysqld/lib_sql.cc   Mon Jun 17 16:49:40 2002
+++ 1.27/libmysqld/lib_sql.cc   Tue Jun 18 20:35:32 2002
@@ -683,7 +683,7 @@
     thd->net.return_status= &thd->server_status;
 
   thd->db= db;
-  thd->db_length= db ? stripp_sp(db) : 0;
+  thd->db_length= db ? strip_sp(db) : 0;
   thd->db_access= DB_ACLS;
   thd->master_access= ~NO_ACCESS;
 

--- 1.1/libmysqld/sql_error.cc  Tue Jun 18 20:35:37 2002
+++ 1.2/libmysqld/sql_error.cc  Tue Jun 18 20:35:37 2002
@@ -1 +1 @@
-SYMLINK -> ../sql/sql_error.cc
+SYMLINK -> ./../sql/sql_error.cc

--- 1.2/libmysqld/sql_prepare.cc        Tue Jun 18 20:35:37 2002
+++ 1.3/libmysqld/sql_prepare.cc        Tue Jun 18 20:35:37 2002
@@ -1 +1 @@
-SYMLINK -> ../sql/sql_prepare.cc
+SYMLINK -> ./../sql/sql_prepare.cc

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail internals-thread3892@xxxxxxxxxxxxxxx
To unsubscribe, e-mail <internals-unsubscribe@xxxxxxxxxxxxxxx>




<Prev in Thread] Current Thread [Next in Thread>