mirror of
https://github.com/MariaDB/server.git
synced 2025-06-12 01:53:02 +03:00
SCRUM
embedded&client library some fixes: zero at the end of the data added mysql_list_fields became 'virtual'
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user