~percona-toolkit-dev/percona-toolkit/stabilize-test-suite

« back to all changes in this revision

Viewing changes to lib/DSNParser.pm

  • Committer: Baron Schwartz
  • Date: 2012-06-09 18:43:33 UTC
  • Revision ID: baron@xaprb.com-20120609184333-qq32wxsbu7cgyftp
Fix a bazillion tests with ANSI sql_mode, and get rid of a bunch of MySQLDump usage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
373
373
         'SELECT DATABASE(), CONNECTION_ID(), VERSION()/*!50038 , @@hostname*/')),
374
374
      'Connection info:',      $dbh->{mysql_hostinfo},
375
375
      'Character set info:',   Dumper($dbh->selectall_arrayref(
376
 
                     'SHOW VARIABLES LIKE "character_set%"', { Slice => {}})),
 
376
                     "SHOW VARIABLES LIKE 'character_set%'", { Slice => {}})),
377
377
      '$DBD::mysql::VERSION:', $DBD::mysql::VERSION,
378
378
      '$DBI::VERSION:',        $DBI::VERSION,
379
379
   );