Data statistics per thread/connection

2002-11-27 Thread EQU
Is there a way to get data statistics (bytes in/out) per thread/connection with the MySQL C API? I would be interested in generating statistics for the amount of transmitted data (over the network) in my program. Thanks. - Before

LOCK TABLES + network problems -> connections & locks remain

2002-11-05 Thread equ
>Description: Take a client that connects to a remote database via a network connection. Next the client issues a LOCK TABLES command, some write others read. Now the network connection becomes unavailable. MySQL will never timeout the locks nor the clients and the t

mysql_query() oddities if remote database becomes available

2002-07-19 Thread equ
is running on. >Fix: Implement a timer for network reads/writes, make the socket non blockable. >Submitter-Id: >Originator: >Organization: EQU, programmer of oer+MySQL (a MySQL based IRC bot) >MySQL support: [none | licence | email support | extended email support ] >Synopsis

mysql_query() hangs if remote database becomes unavailable

2002-07-18 Thread equ
>Description: With the current series of MySQL RDBMS (tested with 3.23.49 on Debian Linux 3.0 running a 2.4.19-pre10 kernel) connecting to a remote database can be problematic since MySQL doesn't handle very well situations where the remote database has become unavailable. To be more precise, is