MySQL官网对于count(*)与count(1)进行了描述,他们在InnoDB中的处理方式相同,没有性能差异,在5.6到8版本都有相同的提示
官网:https://dev.mysql.com/doc/refman/5.6/en/aggregate-functions.html#function_count

官网:https://dev.mysql.com/doc/refman/5.7/en/aggregate-functions.html#function_count

官网:https://dev.mysql.com/doc/refman/8.0/en/aggregate-functions.html#function_count
