~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/connect.test

  • Committer: Brian Aker
  • Date: 2009-11-18 06:11:12 UTC
  • mfrom: (1220.1.10 staging)
  • Revision ID: brian@gaz-20091118061112-tyf4qrfr5v7i946b
Monty + Brian Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# with right and wrong password, with and without database
3
3
# Unfortunately the check is incomplete as we can't connect without database
4
4
 
5
 
# check that CSV engine was compiled in, as the test relies on the presence
6
 
# of the log tables (which are CSV-based). By connect mysql; show tables;
7
 
--source include/have_csv.inc
8
 
 
9
5
--disable_warnings
10
6
drop table if exists t1,t2;
11
7
--enable_warnings