~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/misc/mysql-test_V1.9.pl

MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
$opt_db =            "test";
14
14
$opt_user =         $opt_password = $opt_without = "";
15
15
$opt_host =         "localhost";
16
 
$opt_port =          "3306";
 
16
$opt_port =          "4427";
17
17
$opt_socket =      "/tmp/mysql.sock";
18
18
$opt_help =          0;
19
19