File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1815,11 +1815,11 @@ from information_schema.routines where routine_schema = 'mydb' and routine_type
18151815 Expected : []sql.Row {{"information_schema" }},
18161816 },
18171817 {
1818- Query : "create database information_schema;" ,
1818+ Query : "create database information_schema;" ,
18191819 ExpectedErr : sql .ErrDatabaseExists ,
18201820 },
18211821 {
1822- Query : "drop database information_schema;" ,
1822+ Query : "drop database information_schema;" ,
18231823 ExpectedErrStr : "unable to drop database: information_schema" ,
18241824 },
18251825 {
Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ var MySqlDbTests = []ScriptTest{
4646 Expected : []sql.Row {{"mysql" }},
4747 },
4848 {
49- Query : "create database mysql;" ,
49+ Query : "create database mysql;" ,
5050 ExpectedErr : sql .ErrDatabaseExists ,
5151 },
5252 {
53- Query : "drop database mysql;" ,
53+ Query : "drop database mysql;" ,
5454 ExpectedErrStr : "unable to drop database: mysql" ,
5555 },
5656 {
You can’t perform that action at this time.
0 commit comments