1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Merge with 4.0.11 tree to get latest bug fixes

This commit is contained in:
monty@mashka.mysql.fi
2003-02-17 05:43:37 +02:00
56 changed files with 287 additions and 167 deletions

View File

@@ -1885,6 +1885,9 @@ print_table_data_xml(MYSQL_RES *result)
{
MYSQL_ROW cur;
MYSQL_FIELD *fields;
#ifdef __NETWARE__
uint lines= 0;
#endif
mysql_field_seek(result,0);