1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Simplification: MYSQL_RES *result replaced with MYSQL_DATA result;

No need to check for result existence any more, store_result functions
now are shorter.
cli_read_binary_rows rewritten to handle MYSQL_DATA directly.
This commit is contained in:
konstantin@mysql.com
2004-03-28 17:22:04 +04:00
parent 6406285849
commit 889790a15c
5 changed files with 91 additions and 115 deletions

View File

@ -124,3 +124,6 @@ EXPORTS
strmake
strmov
strxmov
mysql_stmt_prepare
mysql_stmt_init
mysql_stmt_insert_id