3243 Georgi Kodinov 2011-01-14
bumped up the version
modified:
VERSION
3242 Tor Didriksen 2011-01-14
Bug #59241 invalid memory read in do_div_mod with doubly assigned variables
Fix: copy my_decimal by value, to avoid dangling pointers.
@ mysql-test/r/func_math.result
New test case.
@ mysql-test/t/func_math.test
New test case.
@ sql/item_cmpfunc.cc
No need to call fix_buffer_pointer() anymore.
@ sql/item_func.cc
Copy my_decimal by value, to avoid dangling pointers.
@ sql/my_decimal.h
Implement proper copy constructor and assignment operator for my_decimal.
@ sql/sql_analyse.cc
No need to call fix_buffer_pointer() anymore.
@ strings/decimal.c
Remove #line directive: it messes up TAGS and it confuses gdb when debugging.
modified:
mysql-test/r/func_math.result
mysql-test/t/func_math.test
sql/item_cmpfunc.cc
sql/item_func.cc
sql/my_decimal.h
sql/sql_analyse.cc
strings/decimal.c
=== modified file 'VERSION'
--- a/VERSION 2010-12-16 10:13:58 +0000
+++ b/VERSION 2011-01-14 09:52:55 +0000
@@ -1,4 +1,4 @@
MYSQL_VERSION_MAJOR=5
MYSQL_VERSION_MINOR=5
-MYSQL_VERSION_PATCH=9
+MYSQL_VERSION_PATCH=10
MYSQL_VERSION_EXTRA=
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.5 branch (Georgi.Kodinov:3242 to 3243) | Georgi Kodinov | 14 Jan |