mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Bug #21072 Duplicate key error in NDB references wrong key: Re-wrote string usage to avoid valgrind warnings
This commit is contained in:
@ -1106,8 +1106,7 @@ void handler::print_error(int error, myf errflag)
|
||||
if (key_nr == MAX_KEY)
|
||||
{
|
||||
/* Key is unknown */
|
||||
str.length(0);
|
||||
str.append("");
|
||||
str.copy("", 0, system_charset_info);
|
||||
key_nr= -1;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user