Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 692462 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/src/rdf_storage_mysql.c
0
++ b/src/rdf_storage_mysql.c
Lines 447-453 Link Here
447
447
448
#ifdef HAVE_MYSQL_OPT_RECONNECT
448
#ifdef HAVE_MYSQL_OPT_RECONNECT
449
  if(1) {
449
  if(1) {
450
    my_bool value=(context->reconnect) ? 1 : 0;
450
    bool value=(context->reconnect) ? 1 : 0;
451
    mysql_options(connection->handle, MYSQL_OPT_RECONNECT, &value);
451
    mysql_options(connection->handle, MYSQL_OPT_RECONNECT, &value);
452
  }
452
  }
453
#endif
453
#endif

Return to bug 692462