mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 5.5 into 10.0
This commit is contained in:
@@ -3788,9 +3788,10 @@ print_table_data_html(MYSQL_RES *result)
|
||||
MYSQL_FIELD *field;
|
||||
|
||||
mysql_field_seek(result,0);
|
||||
(void) tee_fputs("<TABLE BORDER=1><TR>", PAGER);
|
||||
(void) tee_fputs("<TABLE BORDER=1>", PAGER);
|
||||
if (column_names)
|
||||
{
|
||||
(void) tee_fputs("<TR>", PAGER);
|
||||
while((field = mysql_fetch_field(result)))
|
||||
{
|
||||
tee_fputs("<TH>", PAGER);
|
||||
|
Reference in New Issue
Block a user