mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
bug#4817 catalog name is "def"
This commit is contained in:
parent
95da1ff0fc
commit
93f773aa47
1 changed files with 2 additions and 2 deletions
|
|
@ -609,9 +609,9 @@ 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))
|
||||
client_field->flags|= NUM_FLAG;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue