Get rid of a left join that was producing an all NULL row for wires.
Mysql 5.7 refuses to load it since it tries to load NULL in a non-NULL field. Apparently mysql 5.5 was okay with this.
Please register or sign in to comment
Mysql 5.7 refuses to load it since it tries to load NULL in a non-NULL field. Apparently mysql 5.5 was okay with this.