mirror of
https://github.com/MariaDB/server.git
synced 2026-04-21 15:55:53 +02:00
Take into account wether vertical_results are in effect
This commit is contained in:
parent
3120134a0a
commit
da43360e1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue