Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Not a Bug
-
10.3(EOL)
Description
CONNECT seems to be undocumented. This is something I ran on a MariaDB client by mistake, but still a crash is always supposed to be a bug.
MariaDB [(none)]> CONNECT a, b; |
ERROR 2005 (HY000): Unknown MySQL server host 'b' (-2) |
unknown [a,]> SELECT 1; |
No connection. Trying to reconnect... |
ERROR 2005 (HY000): Unknown MySQL server host 'b' (-2) |
ERROR: Can't connect to the server |