diff options
author | holyfoot/hf@mysql.com/deer.(none) <> | 2006-10-23 16:50:01 +0500 |
---|---|---|
committer | holyfoot/hf@mysql.com/deer.(none) <> | 2006-10-23 16:50:01 +0500 |
commit | cd5684543cbfb96890c65b99126372d319c6edb2 (patch) | |
tree | 0107bee9648f6738988eae97c771bfb155cc0cc4 /libmysql | |
parent | 4eff5ab26a9e02b74f09836de55ee09b698227bf (diff) | |
parent | 4d23559806b9380f985e42350b69bcfb03403208 (diff) | |
download | mariadb-git-cd5684543cbfb96890c65b99126372d319c6edb2.tar.gz |
Merge mysql.com:/home/hf/work/w3475/my41-w3475
into mysql.com:/home/hf/work/w3475/my50-w3475
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/libmysql.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libmysql/libmysql.c b/libmysql/libmysql.c index 21fb84fb19a..8786655d9c3 100644 --- a/libmysql/libmysql.c +++ b/libmysql/libmysql.c @@ -4769,14 +4769,6 @@ int STDCALL mysql_stmt_store_result(MYSQL_STMT *stmt) DBUG_RETURN(1); } - if (result->data) - { - free_root(&result->alloc, MYF(MY_KEEP_PREALLOC)); - result->data= NULL; - result->rows= 0; - stmt->data_cursor= NULL; - } - if (stmt->update_max_length && !stmt->bind_result_done) { /* |