Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 692682
Collapse All | Expand All

(-)motion-release-4.1.1-orig/motion.c (-1 / +1 lines)
Lines 1143-1149 static int motion_init(struct context *c Link Here
1143
                return -2;
1143
                return -2;
1144
            }
1144
            }
1145
#if (defined(MYSQL_VERSION_ID)) && (MYSQL_VERSION_ID > 50012)
1145
#if (defined(MYSQL_VERSION_ID)) && (MYSQL_VERSION_ID > 50012)
1146
            my_bool my_true = TRUE;
1146
            bool my_true = TRUE;
1147
            mysql_options(cnt->database, MYSQL_OPT_RECONNECT, &my_true);
1147
            mysql_options(cnt->database, MYSQL_OPT_RECONNECT, &my_true);
1148
#endif
1148
#endif
1149
        }
1149
        }

Return to bug 692682