~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: brian
  • Date: 2008-07-13 20:17:42 UTC
  • mfrom: (165.1.1 drizzle-new-port)
  • Revision ID: brian@localhost.localdomain-20080713201742-1orv6valuanlehj2
Merging port work.

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