MySQL Forums
Forum List  »  Router & Proxy

Errors in the included tutorials
Posted by: Rodion Smirnov
Date: October 04, 2007 04:45AM

May be my situation is typical, but here it is:
I've downloaded sources of the MySQL proxy, compiled and installed.
I'm using MySQL installed from rpm, version 5.0.45
I've started from simple tutorial-keepalive.lua and bumped into an error from the start: as soon as I'm connecting to the proxy I've got

network-mysqld-proxy.c.3525: (connect_server) ...gs/mysql-proxy-0.6.0/examples/tutorial-keepalive.lua:68: attempt to concatenate field 'idling_connections' (a nil value)

Which means that idling_connections is not initialized. I assume this is not normal since any comparisons with the uninitialized value will not work and the whole logic will not work.
What might be wrong?

Options: ReplyQuote


Subject
Views
Written By
Posted
Errors in the included tutorials
3124
October 04, 2007 04:45AM
2001
October 04, 2007 05:40AM
2195
October 05, 2007 11:16AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.