Search before asking
Version
master
What's Wrong?
mysql> switch internal;
Query OK, 0 rows affected (0.00 sec)
mysql> use db1;
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
mysql> switch hive;
Query OK, 0 rows affected (0.01 sec)
mysql> switch internal;
Query OK, 0 rows affected (0.00 sec)
mysql> show tables;
ERROR 1046 (3D000): errCode = 2, detailMessage = No database selected
What You Expected?
fix it
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
Search before asking
Version
master
What's Wrong?
mysql> switch internal;
Query OK, 0 rows affected (0.00 sec)
mysql> use db1;
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
mysql> switch hive;
Query OK, 0 rows affected (0.01 sec)
mysql> switch internal;
Query OK, 0 rows affected (0.00 sec)
mysql> show tables;
ERROR 1046 (3D000): errCode = 2, detailMessage = No database selected
What You Expected?
fix it
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct