Reproduce it this way:
- open a database table
- hit the SQL button on the top bar
- enter a query like "SELECT * FROM `yourtable` WHERE binary 1"
In the result, in the "SQL query" box you get:
SELECT *
FROM `yourtable`
WHERE binary1
LIMIT 0 , 30
i.e.: a space is missing after binary
Fixed in subversion, thanks for reporting.