View | Details | Raw Unified | Return to bug 243035
Collapse All | Expand All

(-)configure (-2 / +2 lines)
Lines 13280-13286 then Link Here
13280
    #include <mysql.h>
13280
    #include <mysql.h>
13281
    #include <mysqld_error.h>
13281
    #include <mysqld_error.h>
13282
    #include <errmsg.h>
13282
    #include <errmsg.h>
13283
    #if defined(PROTOCOL_VERSION) && defined(ER_LOCK_DEADLOCK) && defined(ER_LOCK_WAIT_TIMEOUT) && defined(ER_LOCK_OR_ACTIVE_TRANSACTION) && defined(CR_ERROR_FIRST)
13283
    #if defined(PROTOCOL_VERSION) && defined(ER_LOCK_DEADLOCK) && defined(ER_LOCK_WAIT_TIMEOUT) && defined(ER_LOCK_OR_ACTIVE_TRANSACTION) 
13284
    /* Success */
13284
    /* Success */
13285
    #else
13285
    #else
13286
    #error Unsupported version of MySQL
13286
    #error Unsupported version of MySQL
Lines 13293-13299 else Link Here
13293
13293
13294
                { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13294
                { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13295
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13295
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13296
as_fn_error $? "Unsupported version of MySQL (no PROTOCOL_VERSION or ER_LOCK_DEADLOCK or ER_LOCK_WAIT_TIMEOUT or ER_LOCK_OR_ACTIVE_TRANSACTION or CR_ERROR_FIRST defined)
13296
as_fn_error $? "Unsupported version of MySQL (no PROTOCOL_VERSION or ER_LOCK_DEADLOCK or ER_LOCK_WAIT_TIMEOUT or ER_LOCK_OR_ACTIVE_TRANSACTION defined)
13297
See \`config.log' for more details" "$LINENO" 5; }
13297
See \`config.log' for more details" "$LINENO" 5; }
13298
                mysql_headers_success=no
13298
                mysql_headers_success=no
13299
13299

Return to bug 243035