changed my_bool to int
This commit is contained in:
@ -34,7 +34,7 @@
|
||||
|
||||
struct param_data_t
|
||||
{
|
||||
my_bool is_null;
|
||||
int is_null;
|
||||
union
|
||||
{
|
||||
my_ulonglong llv;
|
||||
|
Reference in New Issue
Block a user