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

Collapse All | Expand All

(-)mysql/sql/ha_federated.cc (-1 / +6 lines)
Lines 2427-2433 int ha_federated::info(uint flag) Link Here
2427
    status_query_string.length(0);
2427
    status_query_string.length(0);
2428
2428
2429
    result= mysql_store_result(mysql);
2429
    result= mysql_store_result(mysql);
2430
    if (!result)
2430
2431
    /*
2432
      We're going to use fields num. 4, 12 and 13 of the resultset,
2433
      so make sure we have these fields.
2434
    */
2435
    if (!result || (mysql_num_fields(result) < 14))
2431
      goto error;
2436
      goto error;
2432
2437
2433
    if (!mysql_num_rows(result))
2438
    if (!mysql_num_rows(result))

Return to bug 201669