[MDEV-25049] Enable autocomplete in mysql client also without default schema selected Created: 2021-03-04 Updated: 2021-03-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Claudio Nanni | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
mysql client has auto-complete once you have selected the database/schema with `use <schema>;` or with default connection. Nevertheless if you didn't select a default schema the autocomplete is not enabled. The use case of it is to auto complete the selection of schemas without needing to know the schemas or using SHOW DATABASES; |