~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/drizzle_client.result

  • Committer: Brian Aker
  • Date: 2010-10-14 18:58:48 UTC
  • mto: This revision was merged to the branch mainline in revision 1854.
  • Revision ID: brian@tangent.org-20101014185848-3alpd72oxyfpornx
This cleans up error messages to state "schema" instead of database.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
Test connect with dbname only => new dbname, old hostname
105
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
106
106
Test connect with _invalid_ dbname only => new invalid dbname, old hostname
107
 
ERROR 1049 (42000): Unknown database 'invalid'
108
 
ERROR 1049 (42000): Unknown database 'invalid'
 
107
ERROR 1049 (42000): Unknown schema 'invalid'
 
108
ERROR 1049 (42000): Unknown schema 'invalid'
109
109
Test connect with dbname + hostname
110
110
Test connect with dbname + _invalid_ hostname
111
111
End of 5.0 tests