mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Auto-merge from mysql-trunk-merge.
This commit is contained in:
commit
0ae23cd69d
14 changed files with 38 additions and 24 deletions
|
|
@ -3612,7 +3612,8 @@ print_table_data_vertically(MYSQL_RES *result)
|
|||
for (uint off=0; off < mysql_num_fields(result); off++)
|
||||
{
|
||||
field= mysql_fetch_field(result);
|
||||
tee_fprintf(PAGER, "%*s: ",(int) max_length,field->name);
|
||||
if (column_names)
|
||||
tee_fprintf(PAGER, "%*s: ",(int) max_length,field->name);
|
||||
if (cur[off])
|
||||
{
|
||||
unsigned int i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue