W tabeli nodeassignments mam stare wpisy które są puste, jakim zapytaniem mogę wykasować puste asygnaty i dla czego one się tworzą ?
np:
select * from nodeassignments where nodeid='2345';
+------+--------+--------------+
| id | nodeid | assignmentid |
+------+--------+--------------+
| 2335 | 2345 | 4657 |
| 2966 | 2345 | 4659 |
+------+--------+--------------+
select * from assignments where id='4657';
Empty set (0.00 sec)
pozdrawiam
bleblas