| MySQL 5.6.14 Source Code Document
    | 


Go to the source code of this file.
| Macros | |
| #define | UT_DBG_FAIL(EXPR) !((ulint)(EXPR) + ut_dbg_zero) | 
| #define | UT_DBG_PANIC abort() | 
| #define | ut_a(EXPR) | 
| #define | ut_error | 
| #define | ut_ad(EXPR) | 
| #define | ut_d(EXPR) | 
| #define | UT_NOT_USED(A) A = A | 
| Functions | |
| UNIV_INTERN void | ut_dbg_assertion_failed (const char *expr, const char *file, ulint line) UNIV_COLD __attribute__((nonnull(2))) | 
| Variables | |
| ulint | ut_dbg_zero | 
| #define ut_a | ( | EXPR | ) | 
Abort execution if EXPR does not evaluate to nonzero.
| EXPR | assertion expression that should hold | 
| #define ut_ad | ( | EXPR | ) | 
| #define ut_d | ( | EXPR | ) | 
| #define UT_DBG_FAIL | ( | EXPR | ) | !((ulint)(EXPR) + ut_dbg_zero) | 
| #define ut_error | 
| UNIV_INTERN void ut_dbg_assertion_failed | ( | const char * | expr, | 
| const char * | file, | ||
| ulint | line | ||
| ) |