MCPcopy Create free account
hub / github.com/MariaDB/server / Query_log_event

Method Query_log_event

sql/log_event_server.cc:1323–1328  ·  view source on GitHub ↗

The simplest constructor that could possibly work. This is used for creating static objects that have a special meaning and are invisible to the log. */

Source from the content-addressed store, hash-verified

1321 to the log.
1322*/
1323Query_log_event::Query_log_event()
1324 :Log_event(), data_buf(0)
1325{
1326 memset(&user, 0, sizeof(user));
1327 memset(&host, 0, sizeof(host));
1328}
1329
1330
1331/*

Callers

nothing calls this directly

Calls 14

int2storeFunction · 0.85
first_select_lexMethod · 0.80
is_mixed_stmt_unsafeMethod · 0.80
lengthMethod · 0.45
get_nameMethod · 0.45

Tested by

no test coverage detected