~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/init_connect.test

  • Committer: Padraig O'Sullivan
  • Date: 2009-03-07 20:12:20 UTC
  • mto: (934.3.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 938.
  • Revision ID: osullivan.padraig@gmail.com-20090307201220-u9r93y0knyyb8ggy
Cleaning up my function object a little bit.

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 EE_BADCLOSE,EE_UNKNOWN_CHARSET,EE_OUT_OF_FILERESOURCES
 
31
--error 2013,2006
32
32
select @a;
33
33
connection con0;
34
34
drop table t1;