614
611
Count each statement from the client.
616
613
statistic_increment(session->status_var.questions, &LOCK_status);
617
614
session->query_id= query_id.next();
618
615
session->set_time(); /* Reset the query start time. */
619
620
/* TODO: set session->lex->sql_command to SQLCOM_END here */
622
622
mysql_parse(session, beginning_of_next_stmt, length, &end_of_stmt);