summaryrefslogtreecommitdiff
path: root/sql/field.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/field.h')
-rw-r--r--sql/field.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/field.h b/sql/field.h
index 14f14afdaf7..18d66ed8891 100644
--- a/sql/field.h
+++ b/sql/field.h
@@ -681,7 +681,7 @@ public:
in_partitioning_expr= TRUE;
}
inline bool is_equal(const Virtual_column_info* vcol) const;
- void print(String*);
+ inline void print(String*);
};
class Field: public Value_source