Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When having two listeners use the same service, like here
[Service]
|
type=service
|
router=readwritesplit
|
servers=server1
|
max_slave_connections=100%
|
user=maxuser
|
passwd=secret
|
|
[Listener1]
|
type=listener
|
service=RWSm
|
protocol=MySQLClient
|
port=4006
|
|
[Listener2]
|
type=listener
|
service=RWSm
|
protocol=MySQLClient
|
port=4007
|
"show dbusers" shows the user information reported by both listeners on separate lines, but it is not distinguishable what users were reported by which listener:
MaxScale> show dbusers Service
|
User names: debian-sys-maint@localhost maxuser@% maxmon@%
|
User names: debian-sys-maint@localhost maxuser@% maxmon@%
|