Remove breakpoint
Ash Berlin [Tue, 26 Feb 2008 12:10:20 +0000 (12:10 +0000)]
t/02mysql-parser.t

index ae42ae5..e172b90 100644 (file)
@@ -620,7 +620,6 @@ BEGIN {
     my $collate = "Not found!";
     my $charset = "Not found!";
     for my $t1_option_ref ( $table1->options ) {
-      $DB::single = 1;
       my($key, $value) = %{$t1_option_ref};
       $collate = $value if $key eq 'COLLATE';
       $charset = $value if $key eq 'CHARACTER SET';