summaryrefslogtreecommitdiff
path: root/sql/item_row.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2002-12-19 21:15:09 +0200
committerbell@sanja.is.com.ua <>2002-12-19 21:15:09 +0200
commitb63f2303468097b780abe011cb1f1565ff8b45e2 (patch)
tree79e311ce07c95a3067d23f7bd8f90337175249d1 /sql/item_row.h
parent54c7afd2a58c0c808b32da95091191f00179a727 (diff)
downloadmariadb-git-b63f2303468097b780abe011cb1f1565ff8b45e2.tar.gz
row IN subselects (SCRUM)
Diffstat (limited to 'sql/item_row.h')
-rw-r--r--sql/item_row.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_row.h b/sql/item_row.h
index 4767d19d08f..cf67567c3ed 100644
--- a/sql/item_row.h
+++ b/sql/item_row.h
@@ -70,4 +70,5 @@ public:
Item** addr(uint i) { return items + i; }
bool check_cols(uint c);
bool null_inside();
+ void bring_value();
};