diff options
author | unknown <bell@sanja.is.com.ua> | 2003-11-04 23:04:07 +0200 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2003-11-04 23:04:07 +0200 |
commit | 7b22378f8fc2d79783cad2268968e4e9d991dbcb (patch) | |
tree | 1793c21f03bab9f8e066a8a994cba57466cc0080 /BUILD | |
parent | c96128720bcb2e13b92f3f7c48933c742bddd058 (diff) | |
download | mariadb-git-7b22378f8fc2d79783cad2268968e4e9d991dbcb.tar.gz |
fixed:
==2761== Thread 10:
==2761== Conditional jump or move depends on uninitialised value(s)
==2761== at 0x8115FD2: Item_func_uncompressed_length::val_int() (sql_string.h:90)
==2761== by 0x8105658: Arg_comparator::compare_int() (item_cmpfunc.cc:356)
and
==2761== Thread 10:
==2761== Conditional jump or move depends on uninitialised value(s)
==2761== at 0x8116101: Item_func_compress::val_str(String*) (sql_string.h:90)
==2761== by 0x80E9193: Item::save_in_field(Field*, bool) (item.cc:1155)
sql/item_strfunc.cc:
ptr() is used instead of c_ptr(), because it is safe enough, more efficient and do not confuse valgrind
Diffstat (limited to 'BUILD')
0 files changed, 0 insertions, 0 deletions