Hey all, just migrated from 1.4.5 to 1.6 and everything seems to work fine, but i keep getting these 2 errors on the log file:
Is this ok ? I mean, if everything runs fine even with that error I should not worry right ? Maybe I should fix it ? (how....)
More info:
OS - Redhat EL 4.0
DB - MySQL Ver 14.12 Distrib 5.0.51a
Thx.
Code:
22554:20081006:164559 Query::select curr.nodeid,curr.tablename,curr.recordid from node_cksum curr left join node_cksum prev on curr.tablename=prev.tablename and curr.recordid=prev.recordid and curr.fieldname=prev.fieldname and curr.nodeid=prev.nodeid and curr.cksumtype<>prev.cksumtype where prev.cksumid is null and curr.cksumtype=0 22554:20081006:164559 Query failed:Unknown column 'prev.cksumid' in 'where clause' [1054]
Code:
22554:20081006:164349 Query::select curr.nodeid,curr.tablename,curr.recordid from node_cksum prev, node_cksum curr where curr.tablename=prev.tablename and curr.recordid=prev.recordid and curr.fieldname=prev.fieldname and curr.nodeid=prev.nodeid and curr.cksum<>prev.cksum and curr.cksumtype=1 and prev.cksumtype=0 22554:20081006:164349 Query failed:Unknown column 'curr.fieldname' in 'where clause' [1054]
More info:
OS - Redhat EL 4.0
DB - MySQL Ver 14.12 Distrib 5.0.51a
Thx.

Comment