summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2005-08-08 19:24:56 +0400
committerkonstantin@mysql.com <>2005-08-08 19:24:56 +0400
commit043f77ccdf67a9102c59828bed6b76e5e3840c2f (patch)
tree44893bedfeef9d5c2293f49a03f5dda20400322a /sql/sql_select.h
parent88d7973da4692eb50220b2444401ee7e2e12e92d (diff)
downloadmariadb-git-043f77ccdf67a9102c59828bed6b76e5e3840c2f.tar.gz
A fix and a test case for Bug#11909 "mysql_stmt_attr_set
CURSOR_TYPE_READ_ONLY nested queries corrupt result"
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index 1fa246370c6..c950444e1c6 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -396,6 +396,7 @@ class Cursor: public Sql_alloc, public Query_arena
};
Engine_info ht_info[MAX_HA];
public:
+ Protocol_prep protocol;
Item_change_list change_list;
select_send result;
THR_LOCK_OWNER lock_id;