From: Michael Widenius Date: February 25 2000 4:49pm Subject: Documentation Bug List-Archive: http://lists.mysql.com/bugs/27 Message-Id: <14518.45693.579860.582983@monty.pp.sci.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit >>>>> "jason" == jason king writes: jason> there's a documentation bug in the distributed and online manual.html .. it's jason> in section 7.4.8 in the following context mysql> select IF(strcmp('test','test1'),'yes','no'); -> 'no' jason> the `if' example using strcmp was done the wrong way round - implying that jason> strcmp('test','test1') returns 0 .. ye olde beginner C programmer mistake ;) jason> here's the diff output for patching jason> 15565c15565 jason> < -> 'no' jason> --- >> -> 'yes' Fixed. Regards, Monty