Re: Code explaination

2003-03-12 Thread Sergei Golubchik
Hi! On Mar 12, Simont Tyler wrote: > Just saw the following code in the MySQL 2.23.55 source code. > > The semi-colon after the if renders the if statement useless. Could > someone explain if it is intentional. The comment indicates that it > is. > > Simon > >/* > the following 'if',

Code explaination

2003-03-12 Thread Simont Tyler
Just saw the following code in the MySQL 2.23.55 source code. The semi-colon after the if renders the if statement useless. Could someone explain if it is intentional. The comment indicates that it is. Simon /* the following 'if', thought conceptually wrong, is a useful optimizat