The world's most popular open source database
#include "mysql_priv.h"#include "mysql.h"#include "sp_head.h"#include "sql_cursor.h"#include "sp_rcontext.h"#include "sp_pcontext.h"Include dependency graph for sp_rcontext.cc:

Go to the source code of this file.
Defines | |
| #define | IS_WARNING_CONDITION(S) ((S)[0] == '0' && (S)[1] == '1') |
| #define | IS_NOT_FOUND_CONDITION(S) ((S)[0] == '0' && (S)[1] == '2') |
| #define | IS_EXCEPTION_CONDITION(S) ((S)[0] != '0' || (S)[1] > '2') |
| #define IS_EXCEPTION_CONDITION | ( | S | ) | ((S)[0] != '0' || (S)[1] > '2') |
| #define IS_NOT_FOUND_CONDITION | ( | S | ) | ((S)[0] == '0' && (S)[1] == '2') |
| #define IS_WARNING_CONDITION | ( | S | ) | ((S)[0] == '0' && (S)[1] == '1') |
1.4.7

