~bernt-johnsen/randgen/server

« back to all changes in this revision

Viewing changes to lib/GenTest/Executor/MySQL.pm

  • Committer: Bernt M. Johnsen
  • Date: 2009-11-13 10:55:58 UTC
  • mfrom: (122.1.15 lp-randgen)
  • Revision ID: bernt.johnsen@sun.com-20091113105558-0pa6av9qttre8xjz
Merge with main

Show diffs side-by-side

added added

removed removed

Lines of Context:
528
528
        $sth->finish();
529
529
 
530
530
        if ($sth->{mysql_warning_count} > 0) {
531
 
                my $warnings = $dbh->selectcol_arrayref("SHOW WARNINGS");
 
531
                my $warnings = $dbh->selectall_arrayref("SHOW WARNINGS");
532
532
                $result->setWarnings($warnings);
533
533
        }
534
534