Re: C API

2001-02-19 Thread Julie Baroff
> There are two timeouts in recent 3.23 client versions and several > timeouts on the server. > > Check that you have set the right ones. > > > Regards, > > Sinisa Ok, thank you - Before posting, please check: http:/

Re: C API

2001-02-18 Thread Julie Baroff
> Hi! > > There is a timeout option for the client and net_read and write > options for the server by which you can regulate these problems. > > > Regards, > > Sinisa Already I use the client timeout, it's not work when server is under high load crawling to the standstill. I hope it would wait 1

C API

2001-02-17 Thread Julie Baroff
If connect to mysql server using C API function and mysql server is under very high load, client never timeout, it's just sit there waiting - how to stop this? I use the mysql_options() first to set timeout const char *timeout = "1"; mysql_init(&mysql); mysql_options(&mysql, MYSQL_OPT_CONNECT_