summaryrefslogtreecommitdiff
path: root/sql/item_func.h
diff options
context:
space:
mode:
authorunknown <evgen@moonbone.local>2007-06-03 21:52:00 +0400
committerunknown <evgen@moonbone.local>2007-06-03 21:52:00 +0400
commit92fb5da3728651ee4f2f72d73efa8a89a5d4f764 (patch)
treec6b5888f43828c0dd5f8d3397de778015b6a7463 /sql/item_func.h
parent687191a0783408cb5f2ca44a81d6e6c89f755e17 (diff)
downloadmariadb-git-92fb5da3728651ee4f2f72d73efa8a89a5d4f764.tar.gz
item_func.h, item_func.cc:
Post merge fix for the bug#28494. sql/item_func.h: Post merge fix for the bug#28494. sql/item_func.cc: Post merge fix for the bug#28494.
Diffstat (limited to 'sql/item_func.h')
-rw-r--r--sql/item_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_func.h b/sql/item_func.h
index 7bb0ebfb1bf..d2ed0404dac 100644
--- a/sql/item_func.h
+++ b/sql/item_func.h
@@ -1259,6 +1259,7 @@ public:
return save_in_field(field, no_conversions, 1);
}
void save_org_in_field(Field *field) { (void)save_in_field(field, 1, 0); }
+ bool register_field_in_read_map(uchar *arg);
};