Skip to content

Commit

Permalink
Build fix for C/C 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Nov 9, 2022
1 parent bc5a7bc commit 1919bee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mariadb/mariadb_connection.c
Expand Up @@ -333,8 +333,9 @@ MrdbConnection_Initialize(MrdbConnection *self,
"Use of status_callback requires Connector/C version 3.3.2 or higher.");
return -1;
}
#endif
#else
self->status_callback= status_callback;
#endif

if (!(self->mysql= mysql_init(NULL)))
{
Expand Down

1 comment on commit 1919bee

@mariadb-LuisLizardo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @9EOR9 , is it possible to include this fix into 1.1.5?

Please sign in to comment.