Hello Tor,
Tor Didriksen a écrit, Le 24.09.2010 10:23:
> #At file:///export/home/didrik/repo/next-mr-opt-backporting-bug56689/ based on
> revid:tor.didriksen@stripped
>
> 3252 Tor Didriksen 2010-09-24
> Bug #56689 Valgrind warning in print_keyuse() with --debug
>
> Initialize all fields in KEUSE struct before copying it into keyuse_array.
> @ sql/sql_select.cc
> Assigning a value to keyuse.ref_table_rows *after* we have copied the struct
> into the array had no effect, as insert_dynamic() copies by value.
>
> Also re-order lines, to match declaration order of member fields in KEYUSE
> (makes it easier to verify that all fields are indeed initialized)
Ok to push, thanks