mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge branch '10.9' into 10.10
This commit is contained in:
@@ -3798,7 +3798,10 @@ print_table_data(MYSQL_RES *result)
|
||||
{
|
||||
print_field_types(result);
|
||||
if (!mysql_num_rows(result))
|
||||
{
|
||||
my_afree((uchar*) num_flag);
|
||||
return;
|
||||
}
|
||||
mysql_field_seek(result,0);
|
||||
}
|
||||
separator.copy("+",1,charset_info);
|
||||
|
Reference in New Issue
Block a user