Bug #76099 Make rpl.rpl_sp_privileges test work with Group Replication
Submitted: 2 Mar 2015 14:20 Modified: 16 Mar 2015 16:01
Reporter: Nuno Carvalho Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Replication Severity:S3 (Non-critical)
Version:5.7.7 OS:Any
Assigned to: CPU Architecture:Any

[2 Mar 2015 14:20] Nuno Carvalho
Description:
rpl.rpl_sp_privileges test doesn't use tables with primary keys, a requirement of Group Replication, apart from that all test is supported so we should had primary keys to make the test run with Group Replication.

How to repeat:
Run the test with Group Replication.

Suggested fix:
Add primary key to table:
-CREATE TABLE t1 (f INT);
+CREATE TABLE t1 (f INT NOT NULL PRIMARY KEY);
[16 Mar 2015 16:01] David Moss
No impact on docs, therefore closing.