Loading sql/log_event.h +3 −0 Original line number Diff line number Diff line Loading @@ -145,6 +145,9 @@ class Query_log_event: public Log_event time(&end_time); exec_time = (ulong) (end_time - thd->start_time); db_len = (db) ? (uint32) strlen(db) : 0; // do not log stray system errors such as EE_WRITE if (error_code < ERRMOD) error_code = 0; } #endif Loading Loading
sql/log_event.h +3 −0 Original line number Diff line number Diff line Loading @@ -145,6 +145,9 @@ class Query_log_event: public Log_event time(&end_time); exec_time = (ulong) (end_time - thd->start_time); db_len = (db) ? (uint32) strlen(db) : 0; // do not log stray system errors such as EE_WRITE if (error_code < ERRMOD) error_code = 0; } #endif Loading