[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mysql-internals
Subject:    bk commit into 4.0 tree (1.1625)
From:       sanja () mysql ! com
Date:       2003-02-27 19:29:58
[Download RAW message or body]

Below is the list of changes that have just been committed into a local
4.0 repository of bell. When bell 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.1625 03/02/27 21:29:56 bell@sanja.is.com.ua +2 -0
  postmerging fix (SCRUM)

  libmysqld/lib_vio.c
    1.14 03/02/27 21:29:55 bell@sanja.is.com.ua +1 -1
    postmerging fix

  include/violite.h
    1.28 03/02/27 21:29:55 bell@sanja.is.com.ua +2 -2
    postmerging 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:	bell
# Host:	sanja.is.com.ua
# Root:	/home/bell/mysql/work-show-4.0

--- 1.27/include/violite.h	Mon Feb 17 22:07:16 2003
+++ 1.28/include/violite.h	Thu Feb 27 21:29:55 2003
@@ -95,7 +95,7 @@
 /*
  * Remote peer's address and name in text form.
  */
-my_bool vio_peer_addr(Vio* vio, char *buf, u_int16_t *port);
+my_bool vio_peer_addr(Vio* vio, char *buf, uint16 *port);
 
 /* Remotes in_addr */
 
@@ -224,7 +224,7 @@
   my_bool (*is_blocking)(Vio*);
   int     (*viokeepalive)(Vio*, my_bool);
   int     (*fastsend)(Vio*);
-  my_bool (*peer_addr)(Vio*, gptr);
+  my_bool (*peer_addr)(Vio*, gptr, uint16*);
   void    (*in_addr)(Vio*, struct in_addr*);
   my_bool (*should_retry)(Vio*);
   int     (*vioclose)(Vio*);

--- 1.13/libmysqld/lib_vio.c	Mon Feb 17 22:07:16 2003
+++ 1.14/libmysqld/lib_vio.c	Thu Feb 27 21:29:55 2003
@@ -204,7 +204,7 @@
 }
 
 
-my_bool vio_peer_addr(Vio * vio, char *buf, u_int16_t *port)
+my_bool vio_peer_addr(Vio * vio, char *buf, uint16 *port)
 {
   return(0);
 }

---------------------------------------------------------------------
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-thread7217@lists.mysql.com
To unsubscribe, e-mail <internals-unsubscribe@lists.mysql.com>

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic