- 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:
parent
0d28ff8473
commit
d894f23372
@ -322,7 +322,7 @@ public:
|
|||||||
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user