mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
perfschema statement instrumentation related changes
This commit is contained in:
@ -1911,7 +1911,7 @@ bool dispatch_command(enum enum_server_command command, THD *thd,
|
||||
com_statement_info[command].m_key,
|
||||
thd->db.str, thd->db.length,
|
||||
thd->charset(), NULL);
|
||||
THD_STAGE_INFO(thd, stage_init);
|
||||
THD_STAGE_INFO(thd, stage_starting);
|
||||
MYSQL_SET_STATEMENT_TEXT(thd->m_statement_psi, beginning_of_next_stmt,
|
||||
length);
|
||||
|
||||
|
Reference in New Issue
Block a user