List:Internals« Previous MessageNext Message »
From:konstantin Date:October 15 2004 6:03pm
Subject:bk commit into 4.1 tree (konstantin:1.2108)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of kostja. When kostja 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://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.2108 04/10/15 22:03:11 konstantin@stripped +2 -0
  Remove stale declaration, fix a typo in comment.

  sql/password.c
    1.33 04/10/15 22:03:07 konstantin@stripped +1 -1
    Remove stale declaration, fix a typo in comment.

  include/sql_common.h
    1.14 04/10/15 22:03:07 konstantin@stripped +0 -1
    Remove stale declaration.

# 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:	konstantin
# Host:	dragonfly.local
# Root:	/home/kostja/work/mysql-4.1-root

--- 1.32/sql/password.c	2004-06-02 01:58:28 +04:00
+++ 1.33/sql/password.c	2004-10-15 22:03:07 +04:00
@@ -35,7 +35,7 @@
     update user set password=PASSWORD("hello") where user="test"
   This saves a hashed number as a string in the password field.
 
-  The new autentication is performed in following manner:
+  The new authentication is performed in following manner:
 
   SERVER:  public_seed=create_random_string()
            send(public_seed)

--- 1.13/include/sql_common.h	2004-07-22 19:53:57 +04:00
+++ 1.14/include/sql_common.h	2004-10-15 22:03:07 +04:00
@@ -25,7 +25,6 @@
 MYSQL_FIELD *unpack_fields(MYSQL_DATA *data,MEM_ROOT *alloc,uint fields,
 			   my_bool default_value, uint server_capabilities);
 void free_rows(MYSQL_DATA *cur);
-my_bool mysql_autenticate(MYSQL *mysql, const char *passwd);
 void free_old_query(MYSQL *mysql);
 void end_server(MYSQL *mysql);
 my_bool mysql_reconnect(MYSQL *mysql);
Thread
bk commit into 4.1 tree (konstantin:1.2108)konstantin15 Oct