Bug #42631 | Authentication packet not exposed to read_handshake/read_auth | ||
---|---|---|---|
Submitted: | 5 Feb 2009 18:42 | Modified: | 3 Jun 2009 15:23 |
Reporter: | Kay Roepke | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Proxy: Core | Severity: | S2 (Serious) |
Version: | 0.7.0 | OS: | Any |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[5 Feb 2009 18:42]
Kay Roepke
[3 Jun 2009 15:23]
Kay Roepke
same as bug#45074, closing this one
[31 Aug 2009 21:56]
Renan RdS
I still get the error using this function: function read_auth( auth ) print("username: " .. auth.username) end ERROR: 2009-08-31 18:54:51: (critical) (read_auth) [string "/mysql-proxy/teste.lua"]:16: attempt to index local 'auth' (a nil value) That´s the only function I have implemented so far.