| | 110 | * 21:23 Serge: Seem to run smoothly. However the query 1118 looks suspect: |
| | 111 | {{{ |
| | 112 | mysql> SELECT id, user, host, db, command, time, state, info FROM INFORMATION_SCHEMA.PROCESSLIST WHERE id=1118; |
| | 113 | +------+------+-----------------------------+------+---------+------+----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ |
| | 114 | | id | user | host | db | command | time | state | info | |
| | 115 | +------+------+-----------------------------+------+---------+------+----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ |
| | 116 | | 1118 | ipp | ipp050.ifa.hawaii.edu:41063 | isp | Query | 398 | Copying to tmp table | INSERT INTO summitExp SELECT NULL, incoming.*, NULL, 0, NULL FROM incoming LEFT JOIN summitExp USING(exp_name, camera, telescope) WHERE summitExp.exp_name is NULL AND summitExp.camera is NULL AND summitExp.telescope is NULL | |
| | 117 | }}} |
| | 118 | It's likely been generated by summitcopy (running on ipp050) |