| | 5 | |
| | 6 | = 20110913/1720: ippdb03 "error" = |
| | 7 | Not really an error actually. |
| | 8 | isp was being updating with the statement ({{{SHOW FULL PROCESSLIST}}} or look at mysqld.err): |
| | 9 | {{{ |
| | 10 | INSERT INTO summitExp SELECT NULL, incoming.*, NULL, 0, NULL FROM incoming LEFT JOIN summitExp |
| | 11 | USING(exp_name, camera, telescope) |
| | 12 | WHERE summitExp.exp_name is NULL AND summitExp.camera is NULL AND summitExp.telescope is NULL |
| | 13 | }}} |
| | 14 | I killed the process in the mysql server and skipped the statement {{{STOP SLAVE; SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 1; START SLAVE;}}} |
| | 15 | |
| | 16 | Note: I had to do it twice. |