Bug #21072 Duplicate key error in NDB references wrong key: Re-wrote string...

Bug #21072  Duplicate key error in NDB references wrong key: Re-wrote string usage to avoid valgrind warnings
parent 240cd87d
...@@ -1106,8 +1106,7 @@ void handler::print_error(int error, myf errflag) ...@@ -1106,8 +1106,7 @@ void handler::print_error(int error, myf errflag)
if (key_nr == MAX_KEY) if (key_nr == MAX_KEY)
{ {
/* Key is unknown */ /* Key is unknown */
str.length(0); str.copy("", 0, system_charset_info);
str.append("");
key_nr= -1; key_nr= -1;
} }
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment