~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/init_connect.test

  • Committer: Brian Aker
  • Date: 2009-01-24 09:43:35 UTC
  • Revision ID: brian@gir-3.local-20090124094335-6qdtvc35gl5fvivz
Adding in an example singe thread scheduler

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