summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/table.h')
-rw-r--r--sql/table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h
index 391b4908f96..60a5796791a 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -428,6 +428,7 @@ public:
bool end_of_fields() { return ptr == array_end; }
const char *name();
Item *item(THD *thd) { return ptr->item; }
+ Item **item_ptr() {return &ptr->item; }
Field *field() { return 0; }
};