Hi!

Thank you for your test case, thanks to which a bug was fixed when
--bind-address option is used.

Fix will be implemented in next MySQL versions, but this is a patch
that fixes it:

===== mysqld.cc 1.321 vs edited =====
*** /tmp/mysqld.cc-1.321-14677  Mon Jul  1 11:38:44 2002
--- edited/mysqld.cc    Mon Jul 15 23:03:40 2002
***************
*** 2871,2877 ****
     "Tells the master that updates to the given database should not be logged tothe 
binary log",
     0, 0, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
    {"bind-address", OPT_BIND_ADDRESS, "Ip address to bind to",
!    (gptr*) &my_bind_addr, (gptr*) &my_bind_addr, 0, GET_ULONG, REQUIRED_ARG, 0,
     0, 0, 0, 0, 0},
    {"bootstrap", OPT_BOOTSTRAP, "Used by mysql installation scripts", 0, 0, 0,
     GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
--- 2871,2877 ----
     "Tells the master that updates to the given database should not be logged tothe 
binary log",
     0, 0, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
    {"bind-address", OPT_BIND_ADDRESS, "Ip address to bind to",
!    (gptr*) &my_bind_addr, (gptr*) &my_bind_addr, 0, GET_STR, REQUIRED_ARG, 0,
     0, 0, 0, 0, 0},
    {"bootstrap", OPT_BOOTSTRAP, "Used by mysql installation scripts", 0, 0, 0,
     GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},


-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com


---------------------------------------------------------------------
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 <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to