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

patch)
  (BUG#1440: Redundant class name confusing hpux compiler)
This commit is contained in:
unknown 2003-10-16 22:15:46 +02:00
parent 0d28ff8473
commit d894f23372

View File

@ -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;