From: Ash Berlin <ash_github@firemirror.com>
Date: Tue, 26 Feb 2008 12:10:20 +0000 (+0000)
Subject: Remove breakpoint
X-Git-Tag: v0.11008~336
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c2e33ba504dfa7c8b33e92c809365195b5cbbb9d;p=dbsrgits%2FSQL-Translator.git

Remove breakpoint
---

diff --git a/t/02mysql-parser.t b/t/02mysql-parser.t
index ae42ae5..e172b90 100644
--- a/t/02mysql-parser.t
+++ b/t/02mysql-parser.t
@@ -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';