From: MARK CALLAGHAN Date: August 31 2010 5:26pm Subject: Re: [STYLE] use true/false in C++, not TRUE/FALSE List-Archive: http://lists.mysql.com/internals/38051 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Aug 31, 2010 at 10:23 AM, Davi Arnaut wrote: > > I haven't keep up with the thread, but I think the my_bool for C code is a > bit of silliness. We should just stick to int where applicable and be done > with it. I hope the code moves in that direction. I understand using 0 for success and != 0 for error. I get confused when TRUE means error and FALSE means success. -- Mark Callaghan mdcallag@stripped