mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
bug#4817 catalog name is "def"
This commit is contained in:
@ -609,7 +609,7 @@ bool Protocol::send_fields(List<Item> *list, uint flag)
|
||||
client_field->org_table_length= strlen(client_field->org_table);
|
||||
client_field->charsetnr= server_field.charsetnr;
|
||||
|
||||
client_field->catalog= strdup_root(field_alloc, "std");
|
||||
client_field->catalog= strdup_root(field_alloc, "def");
|
||||
client_field->catalog_length= 3;
|
||||
|
||||
if (INTERNAL_NUM_FIELD(client_field))
|
||||
|
Reference in New Issue
Block a user