diff options
Diffstat (limited to 'sql/field.h')
-rw-r--r-- | sql/field.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/field.h b/sql/field.h index 4036f032257..09357eed7a0 100644 --- a/sql/field.h +++ b/sql/field.h @@ -3204,7 +3204,7 @@ public: bool zero_pack() const override { return false; } /* This method is used by storage/perfschema and - Item_func_now_local::save_in_field(). + thd_get_query_start_data(). */ void store_TIME(my_time_t ts, ulong sec_part) { |