mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03: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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user