Bug #86944 user which has the super privileges do not generate the binlog.
Submitted: 5 Jul 2017 6:31
Reporter: C.T huang Email Updates:
Status: Open Impact on me:
None 
Category:MySQL Server: Security: Privileges Severity:S4 (Feature request)
Version:5.7.18-15 OS:Any
Assigned to: CPU Architecture:Any
Tags: binlog

[5 Jul 2017 6:31] C.T huang
Description:
user which has the super privileges do not generate the binlog.

How to repeat:
mysql> show grants for  user_1@"localhost";
+--------------------------------------------------------+
| Grants for user_1@localhost                                |
+--------------------------------------------------------+
| GRANT SUPER ON *.* TO 'user_1'@'localhost'                 |
| GRANT ALL PRIVILEGES ON `test_1`.* TO 'u1'@'localhost' |
+--------------------------------------------------------+

> show master status;
then  login with the user_1, and create databse test_1 and tables, insert or update or delete, do anything and did not generate the binlog.

the master slave do not work