fix maxfloat error
This commit is contained in:
parent
7540d35f5b
commit
4a2c7d1fc9
|
@ -32,7 +32,8 @@ extern "C" {
|
||||||
#define TSDB_CFG_CTYPE_B_OPTION 16U // can be configured by taos_options function
|
#define TSDB_CFG_CTYPE_B_OPTION 16U // can be configured by taos_options function
|
||||||
#define TSDB_CFG_CTYPE_B_NOT_PRINT 32U // such as password
|
#define TSDB_CFG_CTYPE_B_NOT_PRINT 32U // such as password
|
||||||
|
|
||||||
#define MAXFLOAT 0x1.fffffep+127f
|
#define MAXFLOAT 1E+120
|
||||||
|
#define MINFLOAT -1E+120
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
TAOS_CFG_CSTATUS_NONE, // not configured
|
TAOS_CFG_CSTATUS_NONE, // not configured
|
||||||
|
|
Loading…
Reference in New Issue