~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/drizzle_client.result

  • Committer: Brian Aker
  • Date: 2010-12-19 09:43:35 UTC
  • mfrom: (2005.2.3 trunk-bug-664132)
  • Revision ID: brian@tangent.org-20101219094335-6fxkr1ldohhrws51
Merge in Andrew

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
1
87
87
1
88
88
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 database name
 
89
ERROR: USE must be followed by a schema name
90
90
create table t17583 (a int);
91
91
insert into t17583 (a) values (0),(1),(2),(3),(4),(5),(6),(7),(8),(9);
92
92
insert into t17583 select a from t17583;