Commit 7cb7f7b8 authored by unknown's avatar unknown

- portability fix: fix compile bug on HP-UX (thanks to acurtis for the

   patch)
  (BUG#1440: Redundant class name confusing hpux compiler)
parent 3b6cfdc1
...@@ -322,7 +322,7 @@ class Item_param :public Item ...@@ -322,7 +322,7 @@ class Item_param :public Item
bool long_data_supplied; bool long_data_supplied;
uint pos_in_query; uint pos_in_query;
Item_param::Item_param(uint position) Item_param(uint position)
{ {
name= (char*) "?"; name= (char*) "?";
pos_in_query= position; pos_in_query= position;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment