#include "log.h"#include "rpl_rli.h"#include "rpl_tblmap.h"#include "sql_lex.h"Include dependency graph for sql_class.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
| #define last_system_status_var com_stmt_close |
Definition at line 348 of file sql_class.h.
Referenced by add_diff_to_status(), and add_to_status().
| #define RP_FORCE_ROTATE 2 |
Definition at line 66 of file sql_class.h.
Referenced by reload_acl_and_cache(), and MYSQL_BIN_LOG::rotate_and_purge().
| #define RP_LOCK_LOG_IS_ALREADY_LOCKED 1 |
Definition at line 65 of file sql_class.h.
Referenced by MYSQL_BIN_LOG::rotate_and_purge(), and MYSQL_BIN_LOG::write().
| #define TC_HEURISTIC_RECOVER_COMMIT 1 |
| #define TC_HEURISTIC_RECOVER_ROLLBACK 2 |
| #define TC_LOG_MIN_SIZE (3*TC_LOG_PAGE_SIZE) |
Definition at line 50 of file sql_class.h.
| #define TC_LOG_PAGE_SIZE 8192 |
Definition at line 49 of file sql_class.h.
| #define THD_CHECK_SENTRY | ( | thd | ) | DBUG_ASSERT(thd->dbug_sentry == THD_SENTRY_MAGIC) |
| #define THD_SENTRY_GONE 0xdeadbeef |
Definition at line 178 of file sql_class.h.
| #define THD_SENTRY_MAGIC 0xfeedd1ff |
Definition at line 177 of file sql_class.h.
| typedef struct st_user_var_events BINLOG_USER_VAR_EVENT |
| typedef struct st_copy_info COPY_INFO |
| typedef struct st_mysql_lock MYSQL_LOCK |
| typedef struct system_status_var STATUS_VAR |
| enum enum_check_fields |
Definition at line 40 of file sql_class.h.
00041 { CHECK_FIELD_IGNORE, CHECK_FIELD_WARN, CHECK_FIELD_ERROR_FOR_NULL };
| enum enum_delay_key_write |
Definition at line 38 of file sql_class.h.
00038 { DELAY_KEY_WRITE_NONE, DELAY_KEY_WRITE_ON, 00039 DELAY_KEY_WRITE_ALL };
| enum enum_duplicates |
| enum enum_ha_read_modes |
| enum enum_mark_columns |
Definition at line 42 of file sql_class.h.
00043 { MARK_COLUMNS_NONE, MARK_COLUMNS_READ, MARK_COLUMNS_WRITE};
| char empty_c_string[1] |
| const char** errmesg |
| char internal_table_name[2] |
Definition at line 47 of file sql_class.cc.
Definition at line 461 of file mysqld.cc.
Referenced by ha_recover(), TC_LOG::using_heuristic_recover(), and xarecover_handlerton().
1.4.7

