summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <kent@mysql.com/c-544072d5.010-2112-6f72651.cust.bredbandsbolaget.se>2006-10-21 01:13:50 +0200
committerunknown <kent@mysql.com/c-544072d5.010-2112-6f72651.cust.bredbandsbolaget.se>2006-10-21 01:13:50 +0200
commitc416425e9cf61c9e56f583213c09c8be0344abab (patch)
treefd368ca61dff414da0d23234a99aab71785a8cbe /include
parent3ad2baa17293a8e2a5dc7f3803e97b380f1c1d5d (diff)
parent644dcbf256de1150a49891d12a3a79e642c439aa (diff)
downloadmariadb-git-c416425e9cf61c9e56f583213c09c8be0344abab.tar.gz
Merge mysql.com:/Users/kent/mysql/bk/mysql-5.0.27-release
into mysql.com:/Users/kent/mysql/bk/mysql-5.0 configure.in: Auto merged
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 {