From: Michael Widenius Date: September 8 2010 3:43pm Subject: Re: [STYLE] use true/false in C++, not TRUE/FALSE List-Archive: http://lists.mysql.com/internals/38074 Message-Id: <19591.44814.568636.215386@narttu.askmonty.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi! >>>>> "Mats" == Mats Kindahl writes: Mats> Hi Guilhem, Mats> I support both proposals. Mats> There is no problem with the standard conversions regarding C:s idea of Mats> "true" to C++:s idea of "true". It was designed explicitly for this. Which makes the code less reusable in a code that is mixing C and C++, which is actually what MySQL is all about. I personally find TRUE/FALSE more readable becasue I code both C and C++ and 'true' and 'false' looks too much like variables. It's normal that constants and defines are in upper case. Compare with NULL. Regards, Monty