From da43360e1fb78faee98d45bc07a5b1437264da31 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 10 Apr 2007 17:09:35 +0200 Subject: [PATCH] Take into account wether vertical_results are in effect --- client/mysqltest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/mysqltest.c b/client/mysqltest.c index c4bd2712549..d2a01a7689c 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -6180,7 +6180,7 @@ int main(int argc, char **argv) } /* Check for special property for this query */ - display_result_vertically= (command->type == Q_QUERY_VERTICAL); + display_result_vertically|= (command->type == Q_QUERY_VERTICAL); display_result_sorted= (command->type == Q_QUERY_SORTED); if (save_file[0])