~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/init_connect.test

  • Committer: Brian Aker
  • Date: 2009-03-30 18:13:06 UTC
  • mfrom: (968.1.1 lib-merge)
  • Revision ID: brian@tangent.org-20090330181306-hzodbge1b0v57puh
Merge of Eric's libdrizzle work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
set GLOBAL init_connect="adsfsdfsdfs";
29
29
connect (con5,localhost,user_1,,);
30
30
connection con5;
31
 
--error 2013,2006
 
31
--error 20,21
32
32
select @a;
33
33
connection con0;
34
34
drop table t1;