select /* gh-ost */ count(*) as rows from `db`.`t1`;
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'rows from `db`.`t1`' at line 1
select /* gh-ost */ count(*) as `rows` from `db`.`t1`;