|
My Project
|
#include <log_event.h>
Public Member Functions | |
| void | print (FILE *file, PRINT_EVENT_INFO *print_event_info) |
| void | print (FILE *file, PRINT_EVENT_INFO *print_event_info, const char *local_fname) |
| Execute_load_query_log_event (const char *buf, uint event_len, const Format_description_log_event *description_event) | |
| Log_event_type | get_type_code () |
| bool | is_valid () const |
| ulong | get_post_header_size_for_derived () |
Public Attributes | |
| uint | file_id |
| uint | fn_pos_start |
| uint | fn_pos_end |
| enum_load_dup_handling | dup_handling |
Event responsible for LOAD DATA execution, it similar to Query_log_event but before executing the query it substitutes original filename in LOAD DATA query with name of temporary file.
1.7.6.1