1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-12 01:53:02 +03:00
embedded&client library
some fixes: zero at the end of the data added
mysql_list_fields became 'virtual'
This commit is contained in:
hf@deer.(none)
2003-09-11 09:46:31 +05:00
parent 4f3474922b
commit f434b329f5
7 changed files with 52 additions and 8 deletions

View File

@ -974,7 +974,7 @@ mysql_list_tables(MYSQL *mysql, const char *wild)
**************************************************************************/
MYSQL_RES * STDCALL
mysql_list_fields(MYSQL *mysql, const char *table, const char *wild)
cli_list_fields(MYSQL *mysql, const char *table, const char *wild)
{
MYSQL_RES *result;
MYSQL_DATA *query;