summaryrefslogtreecommitdiff
path: root/sql/item_func.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-04-03 19:50:51 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2019-04-03 19:50:51 +0300
commit6a9b2163011938d813ebe4edf9264a0e35b1c6bf (patch)
tree4a972b20d54d1ee9e94c307d162a02bbda50d0ce /sql/item_func.h
parent1f3bcff1f2d7ba50fc8e8cb2b608b8eaaec3d583 (diff)
downloadmariadb-git-6a9b2163011938d813ebe4edf9264a0e35b1c6bf.tar.gz
Fix clang -Wunused-private-field
Diffstat (limited to 'sql/item_func.h')
-rw-r--r--sql/item_func.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item_func.h b/sql/item_func.h
index c387c56f3b4..9700429d543 100644
--- a/sql/item_func.h
+++ b/sql/item_func.h
@@ -1737,7 +1737,6 @@ class Item_func_set_user_var :public Item_func_user_var
user variable it the first connection context).
*/
my_thread_id entry_thread_id;
- char buffer[MAX_FIELD_WIDTH];
String value;
my_decimal decimal_buff;
bool null_item;