← Back to team overview

maria-developers team mailing list archive

system variable value

 

I have a ULONGLONG system variable in my storage engine, and I set its
value to '-1' on the mysqld command line.  Its value gets set to all
ones without any warnings or errors.  The number conversion functions
just cast between longlong and ulonglong types without regard to the
sign of the number.  Is this correct behavior?


Follow ups