diff options
author | holyfoot/hf@mysql.com/deer.(none) <> | 2006-11-16 20:44:37 +0400 |
---|---|---|
committer | holyfoot/hf@mysql.com/deer.(none) <> | 2006-11-16 20:44:37 +0400 |
commit | db5db841a9932ce883213273d05ee965ed40ffa2 (patch) | |
tree | e36aca98ec6cb0808339df3b316090de3d48301a /sql/sql_class.h | |
parent | a6801d4fe44b8471c7f1c51f6a9e7945a533716b (diff) | |
parent | e347eb19954b342d1a4f724cb5f91788f20bc60c (diff) | |
download | mariadb-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 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 7cf0b474ed7..16abfe2b6b6 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -686,6 +686,12 @@ public: char *extra_data; ulong extra_length; String query_rest; + /* + 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; #endif NET net; // client connection descriptor MEM_ROOT warn_root; // For warnings and errors |