polardb / polardbx-engine

polardbx-engine is a MySQL branch originated from Alibaba Group, especially supports large-scale distributed database system.
Other
482 stars 125 forks source link

TRUE & FALSE not defined #1

Closed pengan1990 closed 3 years ago

pengan1990 commented 3 years ago

You have lost you TRUE AND FALSE defined in my_global.h file

ifndef MY_GLOBAL_INCLUDED

define MY_GLOBAL_INCLUDED

/ Define some general constants /

ifndef TRUE

define TRUE (1) / Logical true /

define FALSE (0) / Logical false /

endif

endif // MY_GLOBAL_INCLUDED

zhengxingmao commented 3 years ago

+1

hiseeyoulater commented 3 years ago

+1

xpchild commented 3 years ago

We have fixed the build error, reopen it if any problem again.