192
193
const char* packet, uint32_t packet_length)
197
197
DRIZZLE_COMMAND_START(session->thread_id, command);
199
199
session->command= command;
200
200
session->lex().sql_command= SQLCOM_END; /* to avoid confusing VIEW detectors */
201
201
session->times.set_time();
206
206
// Increase id and count all other statements
207
207
session->status_var.questions++;
211
210
/* @todo set session->lex().sql_command to SQLCOM_END here */