summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorgkodinov@dl145s.mysql.com <>2006-10-21 09:33:53 +0200
committergkodinov@dl145s.mysql.com <>2006-10-21 09:33:53 +0200
commitb1bd09cbfadc08c893462dcbe62b187e591cd45b (patch)
tree052c1e1a7fc2a44e504c62c59c47030b6b4c3284 /include
parent4eff5ab26a9e02b74f09836de55ee09b698227bf (diff)
parent5f12986d7d36ff3207e8bfa6e5c3539324d4f8cd (diff)
downloadmariadb-git-b1bd09cbfadc08c893462dcbe62b187e591cd45b.tar.gz
Merge bk-internal:/home/bk/mysql-5.0
into dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.0-opt
Diffstat (limited to 'include')
-rw-r--r--include/mysql.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/mysql.h b/include/mysql.h
index ae4a8222c5b..8ef3f1273ec 100644
--- a/include/mysql.h
+++ b/include/mysql.h
@@ -293,12 +293,6 @@ typedef struct st_mysql
/* needed for embedded server - no net buffer to store the 'info' */
char *info_buffer;
#endif
- /*
- 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 {