summaryrefslogtreecommitdiff
path: root/include/mysql.h
diff options
context:
space:
mode:
authorholyfoot/hf@mysql.com/deer.(none) <>2006-11-16 20:44:37 +0400
committerholyfoot/hf@mysql.com/deer.(none) <>2006-11-16 20:44:37 +0400
commitdb5db841a9932ce883213273d05ee965ed40ffa2 (patch)
treee36aca98ec6cb0808339df3b316090de3d48301a /include/mysql.h
parenta6801d4fe44b8471c7f1c51f6a9e7945a533716b (diff)
parente347eb19954b342d1a4f724cb5f91788f20bc60c (diff)
downloadmariadb-git-db5db841a9932ce883213273d05ee965ed40ffa2.tar.gz
Merge bk@192.168.21.1:mysql-4.1
into mysql.com:/home/hf/work/mysql-4.1-mrg
Diffstat (limited to 'include/mysql.h')
-rw-r--r--include/mysql.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/mysql.h b/include/mysql.h
index bc99b6f6ba1..55ef6ee6d10 100644
--- a/include/mysql.h
+++ b/include/mysql.h
@@ -281,12 +281,6 @@ typedef struct st_mysql
from mysql_stmt_close if close had to cancel result set of this object.
*/
my_bool *unbuffered_fetch_owner;
- /*
- In embedded server it points to the statement that is processed
- in the current query. We store some results directly in statement
- fields then.
- */
- struct st_mysql_stmt *current_stmt;
} MYSQL;
typedef struct st_mysql_res {