~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/connect.test

MErge Monty.

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