mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Client attributes
This commit is contained in:
@@ -43,6 +43,8 @@ struct st_mysql_options_extention {
|
||||
const char *proc_info,
|
||||
uint proc_info_length);
|
||||
struct mysql_async_context *async_context;
|
||||
HASH connection_attributes;
|
||||
size_t connection_attributes_length;
|
||||
};
|
||||
|
||||
typedef struct st_mysql_methods
|
||||
@@ -116,6 +118,7 @@ int mysql_client_plugin_init();
|
||||
void mysql_client_plugin_deinit();
|
||||
struct st_mysql_client_plugin;
|
||||
extern struct st_mysql_client_plugin *mysql_client_builtins[];
|
||||
uchar * send_client_connect_attrs(MYSQL *mysql, uchar *buf);
|
||||
|
||||
/* Non-blocking client API. */
|
||||
void my_context_install_suspend_resume_hook(struct mysql_async_context *b,
|
||||
|
Reference in New Issue
Block a user