Auto-merge from mysql-trunk-merge.

This commit is contained in:
Alexander Nozdrin 2009-12-24 10:56:13 +03:00
commit 0ae23cd69d
14 changed files with 38 additions and 24 deletions

View file

@ -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;