diff options
author | hery.ramilison@oracle.com <> | 2011-07-06 01:13:50 +0200 |
---|---|---|
committer | MySQL Release Engineering <mysql-re_ww@oracle.com> | 2011-07-06 01:13:50 +0200 |
commit | c74d844de30136c570c3bca089d1f2949d00603c (patch) | |
tree | 31e14059cf5a1e5e8c1601a2488b98c4af1bfeb0 /sql/my_decimal.h | |
parent | 3b69f27e59909e67fed27c4d728b96483188a663 (diff) | |
parent | 1c810152963f770fae011b29ae30fbafbc516b23 (diff) | |
download | mariadb-git-c74d844de30136c570c3bca089d1f2949d00603c.tar.gz |
Merge from mysql-5.5.14-release
Diffstat (limited to 'sql/my_decimal.h')
-rw-r--r-- | sql/my_decimal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/my_decimal.h b/sql/my_decimal.h index 6ac9d25b87d..10fe431f40e 100644 --- a/sql/my_decimal.h +++ b/sql/my_decimal.h @@ -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); } }; |