MySQL 9.0.0
Source Code Documentation
anonymous_namespace{decimal.cc} Namespace Reference

Functions

void fix_intg_frac_error (const int &len, int *intg1, int *frac1, int *error)
 Verifies input arguments len, intg1 and frac1, and sets error output argument to indicate over/under-flow or OK. More...
 

Function Documentation

◆ fix_intg_frac_error()

void anonymous_namespace{decimal.cc}::fix_intg_frac_error ( const int &  len,
int *  intg1,
int *  frac1,
int *  error 
)
inline

Verifies input arguments len, intg1 and frac1, and sets error output argument to indicate over/under-flow or OK.