Details
-
Task
-
Status: In Review (View Workflow)
-
Minor
-
Resolution: Unresolved
Description
mariadb client should support alias creation and removing of aliases via unalias.
Example of use case:
MariaDB [(none)]> alias x="select 1"; |
MariaDB [(none)]> alias
|
alias x = 'select 1' |
MariaDB [(none)]> x;
|
+---+ |
| x|
|
+---+ |
| 1 |
|
+---+ |
# Remove alias
|
MariaDB [(none)]> unalias x;
|
Attachments
Issue Links
- relates to
-
MDEV-30062 Remove unnecessary delimiter from query for mariadb-client shortcut command
-
- In Review
-
- links to
anel After discussing with serg, we believe the idea has its merit. Can you pick up this task when there isn't anything else burning and see if you can make use of Nirbhay's PR and address Svoj's comments?
Then assign it to me for Review.