Changeset: 688922b03344 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=688922b03344
Modified Files:
clients/perl/Tests/DBD-bug-2889.pl.in
Branch: Aug2011
Log Message:
test DBD-bug-2889.pl: increase output sent to client
Make sure we trigger the block problem by sending all columns to the
client instead of just one.
diffs (36 lines):
diff --git a/clients/perl/Tests/DBD-bug-2889.pl.in
b/clients/perl/Tests/DBD-bug-2889.pl.in
--- a/clients/perl/Tests/DBD-bug-2889.pl.in
+++ b/clients/perl/Tests/DBD-bug-2889.pl.in
@@ -31,27 +31,27 @@ my $dbh = DBI->connect(
my $query = qq{
SELECT
- name
+ *
FROM
functions
UNION ALL
SELECT
- name
+ *
FROM
functions
UNION ALL
SELECT
- name
+ *
FROM
functions
UNION ALL
SELECT
- name
+ *
FROM
functions
UNION ALL
SELECT
- name
+ *
FROM
functions
;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list