MySQL Forums
Forum List  »  Router & Proxy

Re: Manipulate the result set in the Proxy
Posted by: Diego Medina
Date: April 10, 2008 09:29AM

to solve the

"attempt to concatenate field '?' (a nil value) " problem, you need to change all the row[0] for row[1]

in Lua, array indexes start at 1, not at 0, I think this was different in proxy 0.5

There is already a bug report for it

http://bugs.mysql.com/bug.php?id=35689

Diego Medina
Web Developer
http://www.fmpwizard.com

P.S. Please read this post if you are going to post code

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Manipulate the result set in the Proxy
2362
April 10, 2008 09:29AM


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.