News:

Please note these forums are mostly a testing ground for my SMF work and I don't really use them otherwise.

Main Menu

Paste-1230600285:v:use_geshi-1:v:type-mysql

Started by SleePy, Dec 30, 2008, 01:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

SleePy

mysql> SHOW FULL PROCESSLIST
    -> ;
+-----+--------+-----------+---------------+---------+------+----------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Id  | User   | Host      | db            | Command | Time | State                | Info                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
+-----+--------+-----------+---------------+---------+------+----------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 140 | SMF    | localhost | smf_svn__7721 | Query   |  310 | Copying to tmp table | SELECT
               t.id_topic, t.id_first_msg, t.id_last_msg,
               CASE WHEN MIN(ma.id_msg) > 0 THEN
                  CASE WHEN MIN(mu.id_msg) > 0 THEN
                     CASE WHEN MIN(mu.id_msg) < MIN(ma.id_msg) THEN MIN(mu.id_msg) ELSE MIN(ma.id_msg) END ELSE
                  MIN(ma.id_msg) END ELSE
               MIN(mu.id_msg) END AS myid_first_msg,
               CASE WHEN MAX(ma.id_msg) > 0 THEN MAX(ma.id_msg) ELSE MIN(mu.id_msg) END AS myid_last_msg,
               t.approved, mf.approved, mf.approved AS firstmsg_approved
            FROM smf_topics AS t
               LEFT JOIN smf_messages AS ma ON (ma.id_topic = t.id_topic AND ma.approved = 1)
               LEFT JOIN smf_messages AS mu ON (mu.id_topic = t.id_topic AND mu.approved = 0)
               LEFT JOIN smf_messages AS mf ON (mf.id_msg = t.id_first_msg)
            WHERE t.id_topic BETWEEN 0 AND 199
            GROUP BY t.id_topic, t.id_first_msg, t.id_last_msg, t.approved, mf.approved
            ORDER BY t.id_topic |
| 149 | jeremy | localhost | NULL          | Query   |    0 | NULL                 | SHOW FULL PROCESSLIST                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
+-----+--------+-----------+---------------+---------+------+----------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2 rows in set (0.00 sec)
No siggy! :D