[MDEV-3095] LP:666322 - Valgrind warning "Use of uninitialised value of size 4" at my_strnncollsp_simple Created: 2010-10-25 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Philip Stoev (Inactive) | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
The following query: SELECT table2 . `col_varchar_key` AS field1 produces the following valgrind warning: ==18898== Use of uninitialised value of size 4 in maria-5.3-mwl128 and not in 5.3-main. The EXPLAIN plan does not show any join_cache involvement. |
| Comments |
| Comment by Philip Stoev (Inactive) [ 2010-10-25 ] |
|
Re: Valgrind warning "Use of uninitialised value of size 4" at my_strnncollsp_simple in maria-5.3-mwl128 CREATE TABLE `C` ( SELECT table2 . `col_varchar_key` AS field1 |
| Comment by Philip Stoev (Inactive) [ 2010-11-19 ] |
|
Re: Valgrind warning "Use of uninitialised value of size 4" at my_strnncollsp_simple in maria-5.3-mwl128 |
| Comment by Timour Katchaounov (Inactive) [ 2011-06-14 ] |
|
Re: Valgrind warning "Use of uninitialised value of size 4" at my_strnncollsp_simple |
| Comment by Rasmus Johansson (Inactive) [ 2011-06-14 ] |
|
Launchpad bug id: 666322 |