~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/init_connect.test

  • Committer: Monty Taylor
  • Date: 2009-02-08 11:28:58 UTC
  • mto: This revision was merged to the branch mainline in revision 852.
  • Revision ID: mordred@inaugust.com-20090208112858-aouo9w2okht5r6x0
ZOMG. Renamed all the rest of the stuff in libdrizzleclient to be drizzleclient_*. I love commandline perl.

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;