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

Implementation of mysql_stmt_attr_get and mysql_stmt_attr_set

requested by Monty for Bug#1647 (No way to determine what size 
blob/clob is being returned into bound buffer)
This commit is contained in:
konstantin@mysql.com
2004-04-30 01:02:29 +04:00
parent 40ac433e4b
commit 392481dae5
3 changed files with 75 additions and 0 deletions

View File

@ -127,3 +127,5 @@ EXPORTS
mysql_stmt_prepare
mysql_stmt_init
mysql_stmt_insert_id
mysql_stmt_attr_get
mysql_stmt_attr_set