MySQL Forums
Forum List  »  Router & Proxy

0.7.2 - No arguments being passed in to read_handshake or read_auth?
Posted by: Adrienne Felto
Date: July 13, 2009 03:53PM

Documentation says that read_handshake gets a param auth, which has the following fields: mysqld_version, thread_id, scramble, server_addr, and client_addr. Read_auth also gets a param with username, password, and default database. This worked as expected in 0.6.2.

Now I'm running 0.7.2 and these fields seem to be gone. If I try to print auth.mysqld_version in read_handshake or auth.username in read_auth, I get an error that auth is a nil value.

What's happening here? Do these values still exist somewhere?

Options: ReplyQuote


Subject
Views
Written By
Posted
0.7.2 - No arguments being passed in to read_handshake or read_auth?
3200
July 13, 2009 03:53PM


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.