~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Elliot Murphy
  • Date: 2008-07-15 20:57:53 UTC
  • mto: This revision was merged to the branch mainline in revision 171.
  • Revision ID: elliot@elliotmurphy.com-20080715205753-kakkixzy829k53pw
new port number from IANA

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