Figure out whether argument deduplication was part of mysql-admutils #150

Closed
opened 2025-12-03 08:38:02 +01:00 by oysteikt · 1 comment
Owner

This might deviate from the original behaviour

[alice@nixos:~]$ mysql-dbadm show alice_b alice_a alice_b
Database 'alice_a':
# User                Select  Insert  Update  Delete  Create   Drop   Alter   Index    Temp    Lock  References
# ----------------    ------  ------  ------  ------  ------   ----   -----   -----    ----    ----  ----------
  alice_b      Y       Y       Y       Y       N       N       N       N       N       N       N
  alice_c      Y       Y       Y       N       N       N       N       N       N       N       N
Database 'alice_b':
# User                Select  Insert  Update  Delete  Create   Drop   Alter   Index    Temp    Lock  References
# ----------------    ------  ------  ------  ------  ------   ----   -----   -----    ----    ----  ----------
  alice_c      N       N       N       N       N       N       N       N       N       N       N
  alice_a      Y       Y       Y       Y       Y       Y       Y       Y       Y       Y       Y
  alice_b      Y       Y       Y       Y       Y       Y       Y       Y       Y       Y       Y
This might deviate from the original behaviour ``` [alice@nixos:~]$ mysql-dbadm show alice_b alice_a alice_b Database 'alice_a': # User Select Insert Update Delete Create Drop Alter Index Temp Lock References # ---------------- ------ ------ ------ ------ ------ ---- ----- ----- ---- ---- ---------- alice_b Y Y Y Y N N N N N N N alice_c Y Y Y N N N N N N N N Database 'alice_b': # User Select Insert Update Delete Create Drop Alter Index Temp Lock References # ---------------- ------ ------ ------ ------ ------ ---- ----- ----- ---- ---- ---------- alice_c N N N N N N N N N N N alice_a Y Y Y Y Y Y Y Y Y Y Y alice_b Y Y Y Y Y Y Y Y Y Y Y ```
oysteikt added this to the Initial release milestone 2025-12-03 08:38:02 +01:00
oysteikt added the documentation label 2025-12-03 08:38:02 +01:00
Author
Owner

It was seemingly not, noted in deviations section

It was seemingly not, noted in deviations section
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Projects/muscl#150