mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
fix query cache in embedded, enable MARIADB_CLIENT_EXTENDED_METADATA
this fixes plugins.qc_info in --embed
followup for 430d60d1fc MDEV-24487
This commit is contained in:
parent
9667ec1f53
commit
66bc8bf09e
1 changed files with 1 additions and 1 deletions
|
|
@ -696,7 +696,7 @@ void *create_embedded_thd(ulong client_flag)
|
|||
thd->set_command(COM_SLEEP);
|
||||
thd->set_time();
|
||||
thd->init_for_queries();
|
||||
thd->client_capabilities= client_flag;
|
||||
thd->client_capabilities= client_flag | MARIADB_CLIENT_EXTENDED_METADATA;
|
||||
thd->real_id= pthread_self();
|
||||
|
||||
thd->db= null_clex_str;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue