diff --git a/redland/src/rdf_storage_mysql.c b/redland/src/rdf_storage_mysql.c index ca9a4ee..fbaa4db 100644 --- a/redland/src/rdf_storage_mysql.c +++ b/redland/src/rdf_storage_mysql.c @@ -447,7 +447,7 @@ librdf_storage_mysql_get_handle(librdf_storage* storage) #ifdef HAVE_MYSQL_OPT_RECONNECT if(1) { - my_bool value=(context->reconnect) ? 1 : 0; + bool value=(context->reconnect) ? 1 : 0; mysql_options(connection->handle, MYSQL_OPT_RECONNECT, &value); } #endif