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. */
| 1321 | to the log. |
| 1322 | */ |
| 1323 | Query_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 | /* |
nothing calls this directly
no test coverage detected