mariadb/sql-common
unknown e0a12e898c Bug #4629 Crash after SLAVE STOP, if the IO thread is in special state.
client.c:
  Removed call to clear_slave_vio in end_server().  Removed header declaration of clear_slave_vio
slave.cc:
  Removed clear_slave_vio function and added calls to thd->clear_active_vio before each call to end_server()


sql/slave.cc:
  Removed clear_slave_vio function and added calls to thd->clear_active_vio before each call to end_server()
sql-common/client.c:
  Removed call to clear_slave_vio in end_server().  Removed header declaration of clear_slave_vio
2004-08-23 18:55:12 +02:00
..
client.c Bug #4629 Crash after SLAVE STOP, if the IO thread is in special state. 2004-08-23 18:55:12 +02:00
Makefile.am Fix for Bug#4030 "Client side conversion string -> date type doesn't 2004-06-24 19:08:36 +04:00
my_time.c - removed several C++-style comments (//) - these confuse the IBM 2004-08-03 11:28:37 +02:00
pack.c Added missing SSL library (Should be in source distribution) 2003-11-28 12:18:13 +02:00