List:Commits« Previous MessageNext Message »
From:Konstantin Osipov Date:February 28 2008 8:10pm
Subject:Re: bk commit into 5.0 tree (davi:1.2591) BUG#33851
View as plain text  
* Davi Arnaut <davi@stripped> [08/02/28 20:59]:
 
> ChangeSet@stripped, 2008-02-28 11:34:08-03:00, davi@stripped +11 -0
>   Bug#33851 Passing UNSIGNED param to EXECUTE returns ERROR 1210
>   
>   The problem is that passing anything other than a integer to a limit
>   clause in a prepared statement would fail. This limitation was introduced
>   to avoid replication problems (e.g: replicating the statement with a
>   string argument would cause a parse failure in the slave).
>   
>   The solution is to convert arguments to the limit clause to a integer
>   value and use this converted value when persisting the query to the log.

OK to push.

-- 
-- Konstantin Osipov              Software Developer, Moscow, Russia
-- MySQL AB, www.mysql.com   The best DATABASE COMPANY in the GALAXY
Thread
bk commit into 5.0 tree (davi:1.2591) BUG#33851Davi Arnaut28 Feb
  • Re: bk commit into 5.0 tree (davi:1.2591) BUG#33851Konstantin Osipov28 Feb