Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Customer asked for ability to "leave" a database and go back to using none.
Expected behavior:
MariaDB [(none)]> use world;
|
Reading table information for completion of table and column names
|
You can turn off this feature to get a quicker startup with -A
|
 |
Database changed
|
MariaDB [world]> unuse;
|
MariaDB [none]>
|