diff options
author | unknown <mikael/pappa@dator5.(none)> | 2006-07-31 05:35:57 -0400 |
---|---|---|
committer | unknown <mikael/pappa@dator5.(none)> | 2006-07-31 05:35:57 -0400 |
commit | 76ba12d6d99f0c613824997f1d0f8f874a614c5a (patch) | |
tree | c5fe82e103f60e99da6bf03e66d45b564f21233d /sql/item.h | |
parent | 503aa33e18bc71f47327d43f152211216bc3b76a (diff) | |
download | mariadb-git-76ba12d6d99f0c613824997f1d0f8f874a614c5a.tar.gz |
Fix
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item.h b/sql/item.h index 6d20d615d92..f7bae8d3d47 100644 --- a/sql/item.h +++ b/sql/item.h @@ -1103,7 +1103,6 @@ public: Item::maybe_null= TRUE; } - bool check_partition_func_processor(byte *int_arg) { return FALSE; } bool fix_fields(THD *, Item **); enum Type type() const; |