You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
Fixed windows build
This commit is contained in:
@@ -47,7 +47,7 @@ void trace_callback(int mode, MYSQL *mysql, const uchar *buffer, size_t length);
|
||||
#ifndef HAVE_TRACE_EXAMPLE_PLUGIN_DYNAMIC
|
||||
struct st_mysql_client_plugin trace_example_plugin=
|
||||
#else
|
||||
struct st_mysql_client_plugin _mysql_client_plugin_declare_=
|
||||
struct st_mysql_client_plugin _mysql_client_plugin_declaration_ =
|
||||
#endif
|
||||
{
|
||||
MARIADB_CLIENT_TRACE_PLUGIN,
|
||||
|
Reference in New Issue
Block a user