mirror of
https://github.com/MariaDB/server.git
synced 2026-05-08 08:04:29 +02:00
Add logging of COM_EXECUTE in the general query log.
sql/sql_parse.cc: A shorter name for COM_EXECUTE command.
This commit is contained in:
parent
ec459b583b
commit
069d260b0e
2 changed files with 5 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ const char *command_name[]={
|
|||
"Drop DB", "Refresh", "Shutdown", "Statistics", "Processlist",
|
||||
"Connect","Kill","Debug","Ping","Time","Delayed insert","Change user",
|
||||
"Binlog Dump","Table Dump", "Connect Out", "Register Slave",
|
||||
"Prepare", "Prepare Execute", "Long Data", "Close stmt",
|
||||
"Prepare", "Execute", "Long Data", "Close stmt",
|
||||
"Reset stmt", "Set option",
|
||||
"Error" // Last command number
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue