summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item.h b/sql/item.h
index a126a61e32e..517d3f311e5 100644
--- a/sql/item.h
+++ b/sql/item.h
@@ -322,7 +322,7 @@ public:
bool long_data_supplied;
uint pos_in_query;
- Item_param::Item_param(uint position)
+ Item_param(uint position)
{
name= (char*) "?";
pos_in_query= position;