Title: ³×À̹ö ¸ÞÀÏ
 |
|
¹ÚÂù¹Î (naracom2002) ´Ô²² º¸³»½Å ¸ÞÀÏ <Processlist Commands in sql/sql_parse.cc:72>
ÀÌ ´ÙÀ½°ú °°Àº ÀÌÀ¯·Î Àü¼Û ½ÇÆÐÇß½À´Ï´Ù.
|
-------------------------------------------- |
|
¼ö½ÅÀÚÀÇ ¸ÞÀÏ º¸°ü ¿ë·®ÀÌ °¡µæÂ÷ ÀÖ½À´Ï´Ù. ³ªÁß¿¡ ´Ù½Ã ½ÃµµÇϽʽÿÀ.
|
|
-------------------------------------------- |
|
--- Begin Message ---
In sql/sql_parse.cc:72 (roughly), a list of command names is defined:
const char *command_name[]={
"Sleep", "Quit", "Init DB", "Query", "Field List", "Create DB",
"Drop DB", "Refresh", "Shutdown", "Statistics", "Processlist",
"Connect","Kill","Debug","Ping","Time","Delayed_insert","Change user",
"Binlog Dump","Table Dump", "Connect Out", "Register Slave"
};
This appears to correspond to what normally shows up in the "Command"
field of SHOW PROCESSLIST.
I can see that many of those "commands" follow directly from the C
API. However, there are a few questions I have:
(1) Can all of those show up in the SHOW PROCESSLIST output at some
time or another?
(2) Can someone give me an idea what these correspond to:
Connect Out
Init DB
Refresh
Quit (is this when a client closes the connection?)
Shutdown
Register Slave (when a slave first connects, before Binlog Dump?)
I'd be happy to patch the manual with this documentation once it is
done. So far, most of it appears not to be there.
Thanks,
Jeremy
--
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 349-7878 Fax: (408) 349-5454 Cell: (408) 685-5936
MySQL 3.23.41-max: up 21 days, processed 483,850,069 queries (265/sec. avg)
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail <[EMAIL PROTECTED]>
--- End Message ---
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php