diff options
author | Sergey Glukhov <sergey.glukhov@oracle.com> | 2011-03-28 11:53:18 +0400 |
---|---|---|
committer | Sergey Glukhov <sergey.glukhov@oracle.com> | 2011-03-28 11:53:18 +0400 |
commit | d499851be03a2a20f7cb230d9b2d69e169aa81c8 (patch) | |
tree | 34c536aba575ebcc9c2a27bd666d70071fc73656 /mysys | |
parent | f1b638d33cdf95b70fa925cce304864c96fdf7ee (diff) | |
download | mariadb-git-d499851be03a2a20f7cb230d9b2d69e169aa81c8.tar.gz |
Bug#11766112 59151:UNINITIALIZED VALUES IN EXTRACT_DATE_TIME WITH STR_TO_DATE(SPACE(..) ...
Valgrind warining happens due to missing
'end of the string' check. The fix is to
check if we reached the end of the string.
mysql-test/r/func_time.result:
test case
mysql-test/t/func_time.test:
test case
sql/item_timefunc.cc:
check if we reached the end of
the string after leading spaces skipping.
Diffstat (limited to 'mysys')
0 files changed, 0 insertions, 0 deletions