summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <holyfoot/hf@mysql.com/deer.(none)>2006-10-24 17:50:46 +0500
committerunknown <holyfoot/hf@mysql.com/deer.(none)>2006-10-24 17:50:46 +0500
commit81dac08b5205a7ef81c80ea824a487df95cb8f51 (patch)
treec4c71cb7f6f5f3a018f0d7133ef2b4cab0271e47 /include
parentab133655360a284567b74be79765031493823479 (diff)
parent6c4aa883ce15b6b5193d34caf72025548da56175 (diff)
downloadmariadb-git-81dac08b5205a7ef81c80ea824a487df95cb8f51.tar.gz
Merge mysql.com:/home/hf/work/0current_stmt/my41-current_stmt
into mysql.com:/home/hf/work/current_stmt/my50-current_stmt include/mysql.h: merging libmysqld/lib_sql.cc: merging sql/sql_class.h: merging
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 {