You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug#32861777 USE HA_ACL_NOTIFY IN STANDARD SERVER - STEP 2/2
The handler ha_acl_notify method have only been used in MySQL Cluster
server and is one of the remaining differences between standard MySQL
server and MySQL Cluster server.
One reason it has not already been integrated in standard server is that
in preparation to the call of ha_acl_notify lists of users are copied
which potentially could be an issue for big lists. And the copy did
always occur even if no handler have implemented ha_acl_notify.
This patch keeps original lists but introduces automatic conversion from
LEX_CSTRING and LEX_USER to avoid explicit usage of these types in
ndbcluster plugin when accessing the data stored in
Acl_change_notification object.
And now also calls ha_acl_notify from standard server, removing one
differences with MySQL Cluster server.
Change-Id: I2499af3e78094f216f0fd4dcd443b70337d50d3a
0 commit comments