mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Updates for multi-byte character sets
(Note: test 'union' fails, but Sanja promised to fix this)
This commit is contained in:
@ -2796,7 +2796,7 @@ static void
|
||||
print_key(KEY_PART *key_part,const char *key,uint used_length)
|
||||
{
|
||||
char buff[1024];
|
||||
String tmp(buff,sizeof(buff),NULL);
|
||||
String tmp(buff,sizeof(buff),my_charset_bin);
|
||||
|
||||
for (uint length=0;
|
||||
length < used_length ;
|
||||
|
Reference in New Issue
Block a user