MySQL Forums
Forum List  »  Router & Proxy

Re: I meet errors
Posted by: zhou changliang
Date: December 06, 2007 09:11PM

I see the variable is "is_debug"
i sent "set Global rwsplit.is_debug = 1"
it works.
but the command "set Global rwsplit.min_idle_connections = 1" does not work yet
any other variables can be set?


And i see that i can config in the script rw-splitting.lua
if not proxy.global.config.rwsplit then
proxy.global.config.rwsplit = {
min_idle_connections = 4,
max_idle_connections = 8,

is_debug = false
}
end



i cann't open the last stick
"
MySQL Proxy and Global Variables:
http://cmcahoon.blogspot.com/2007/08/mysql-proxy-and-global-variables.html
"
can you so nice to copy it for me, thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
4392
December 06, 2007 07:27AM
2411
December 06, 2007 08:05AM
2564
December 06, 2007 07:15PM
Re: I meet errors
2554
December 06, 2007 09:11PM


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.