From: Tor Didriksen Date: June 14 2011 10:35am Subject: bzr push into mysql-5.5 branch (tor.didriksen:3501 to 3502) Bug#12608543 List-Archive: http://lists.mysql.com/commits/139188 X-Bug: 12608543 Message-Id: <20110614103510.0F8B42DB@atum07.norway.sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3502 Tor Didriksen 2011-06-14 Bug#12608543 - CRASHES WITH DECIMALS AND STATEMENT NEEDS TO BE REPREPARED ERRORS modified: sql/my_decimal.h 3501 Georgi Kodinov 2011-05-10 {clone-5.5.13-build, mysql-5.5.13} [merge] weave null merge mysql-5.1->mysql-5.5 === modified file 'sql/my_decimal.h' --- a/sql/my_decimal.h 2011-03-03 14:25:41 +0000 +++ b/sql/my_decimal.h 2011-06-14 10:22:00 +0000 @@ -144,8 +144,6 @@ public: void swap(my_decimal &rhs) { swap_variables(my_decimal, *this, rhs); - /* Swap the buffer pointers back */ - swap_variables(decimal_digit_t *, buf, rhs.buf); } }; No bundle (reason: useless for push emails).