492
493
bool dispatch_command(enum enum_server_command command, Session *session,
498
500
session->command=command;
499
501
session->lex->sql_command= SQLCOM_END; /* to avoid confusing VIEW detectors */
501
503
pthread_mutex_lock(&LOCK_thread_count);
505
507
/* Ignore these statements. */