projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1324312
)
Remove breakpoint
Ash Berlin [Tue, 26 Feb 2008 12:10:20 +0000 (12:10 +0000)]
t/02mysql-parser.t
patch
|
blob
|
blame
|
history
diff --git
a/t/02mysql-parser.t
b/t/02mysql-parser.t
index
ae42ae5
..
e172b90
100644
(file)
--- 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';