Bug #29991 | assertion in network-mysqld-proto.c:99 when auto_increment key > 65534 | ||
---|---|---|---|
Submitted: | 23 Jul 2007 22:21 | Modified: | 31 Aug 2007 5:01 |
Reporter: | Justin Swanhart | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Proxy: Core | Severity: | S1 (Critical) |
Version: | 0.5.1 | OS: | Linux |
Assigned to: | Jan Kneschke | CPU Architecture: | Any |
Tags: | assertion |
[23 Jul 2007 22:21]
Justin Swanhart
[31 Jul 2007 5:01]
Jan Kneschke
I can't reproduce the problem with the latest SVN code. The script has to be adjusted with work with the svn-code. If you return SEND_RESULT you have to set proxy.response to send a hand-crafted result. If you just want to pass a result on to the client, return nothing. Instead of the _G.query_id you can also just use 1 and 2 as the packet-id only has be be unique per client-query
[31 Aug 2007 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[10 Sep 2007 8:53]
Vikas Jayna
I'm getting the same error while I'm using the mysql 5.0 library. In my case this error is appearing in an insert query that is inserting record in a table containing an auto_increment column as a result of which mysql-proxy crashes. If I remove the auto_increment from the column definition then mysql-proxy doesn't crash on this query.