diff options
author | Mattias Jonsson <mattias.jonsson@oracle.com> | 2010-12-22 15:45:17 +0100 |
---|---|---|
committer | Mattias Jonsson <mattias.jonsson@oracle.com> | 2010-12-22 15:45:17 +0100 |
commit | 991815352259545d80dc1049d65854b08bd799c4 (patch) | |
tree | d890fc46addc66ad0d235429536b095a76f8ce3d /sql/item_func.h | |
parent | 966d0ebaf3672458056c6de32da429d50b3f76d9 (diff) | |
download | mariadb-git-991815352259545d80dc1049d65854b08bd799c4.tar.gz |
Bug#54483: valgrind errors when making warnings for
multiline inserts into partition
Bug#57071: EXTRACT(WEEK from date_col) cannot be
allowed as partitioning function
Renamed function according to reviewers comments.
Diffstat (limited to 'sql/item_func.h')
-rw-r--r-- | sql/item_func.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_func.h b/sql/item_func.h index 176e3dc4d44..5c935e8f10f 100644 --- a/sql/item_func.h +++ b/sql/item_func.h @@ -248,7 +248,7 @@ public: representation of a TIMESTAMP argument verbatim, and thus does not depend on the timezone. */ - virtual bool is_arguments_valid_processor(uchar *bool_arg) + virtual bool check_valid_arguments_processor(uchar *bool_arg) { return has_timestamp_args(); } |