~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/t/connect.test

More cleanup, this time libmysql_r goes to the bitbucket

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
 
# This test makes no sense with the embedded server
6
 
--source include/not_embedded.inc
7
 
 
8
5
# check that CSV engine was compiled in, as the test relies on the presence
9
6
# of the log tables (which are CSV-based). By connect mysql; show tables;
10
7
--source include/have_csv.inc