ERROR 1064 (42000) at line 4: You have an error in your SQL syntax; check the manual that corresponds to your Drizzle server version for the right syntax to use near '' at line 1
89
ERROR: USE must be followed by a schema name
131
ERROR 1064 (42000) at line 4: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
132
ERROR: USE must be followed by a database name
90
133
create table t17583 (a int);
91
134
insert into t17583 (a) values (0),(1),(2),(3),(4),(5),(6),(7),(8),(9);
92
135
insert into t17583 select a from t17583;
102
145
drop table t17583;
103
146
Test connect without db- or host-name => reconnect
104
147
Test connect with dbname only => new dbname, old hostname
105
ERROR 1064 (42000) at line 2: You have an error in your SQL syntax; check the manual that corresponds to your Drizzle server version for the right syntax to use near 'connecttest' at line 1
148
ERROR 1064 (42000) at line 2: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'connecttest' at line 1
106
149
Test connect with _invalid_ dbname only => new invalid dbname, old hostname