~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/randgen/simpipe-crash.pl

  • Committer: Brian Aker
  • Date: 2011-12-12 21:56:34 UTC
  • mto: This revision was merged to the branch mainline in revision 2470.
  • Revision ID: brian@tangent.org-20111212215634-1ecdbeoitkmie1rw
Move from using 127.0.0.1, to localhost. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
use DBI;
12
12
use Data::Dumper;
13
13
 
14
 
my $dsn = 'dbi:mysql:port=19300:user=root:host=127.0.0.1:database=test';
 
14
my $dsn = 'dbi:mysql:port=19300:user=root:host=localhost:database=test';
15
15
my $oracle = GenTest::SimPipe::Oracle::Crash->new( dsn => $dsn , basedir => '/home/philips/bzr/maria-5.3' );
16
16
$oracle->startServer();
17
17