I\'m debugging an old website, and I get some SQL errors. When I went through it, I found the following query.
UPDATE boats set new_high_date == DATE_ADD(
There is no double equal in MySQL so you should remove it.