~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/init_connect.test

  • Committer: Monty Taylor
  • Date: 2009-03-20 04:49:49 UTC
  • mto: (950.1.1 mordred)
  • mto: This revision was merged to the branch mainline in revision 958.
  • Revision ID: mordred@inaugust.com-20090320044949-nfx7ygyy89ojl6v5
RemovedĀ unusedĀ code.

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;