Skip to content
Permalink
Browse files
ISO C90 forbids mixed declarations and code
  • Loading branch information
vuvova committed Jul 5, 2021
1 parent 9dd69b7 commit fffa816
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1065,10 +1065,11 @@ void *remote_plugin;
static int test_remote1(MYSQL *mysql)
{
int rc;
SKIP_SKYSQL;
MYSQL_RES *res;
MYSQL_ROW row;

SKIP_SKYSQL;

remote_plugin= (void *)mysql_client_find_plugin(mysql, "remote_io", MARIADB_CLIENT_REMOTEIO_PLUGIN);
if (!remote_plugin)
{

0 comments on commit fffa816

Please sign in to comment.