From: jon Date: March 18 2007 9:56am Subject: svn commit - mysqldoc@docsrva: r5438 - trunk/ndbapi List-Archive: http://lists.mysql.com/commits/22214 Message-Id: <200703180956.l2I9uvWW010471@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2007-03-18 10:56:56 +0100 (Sun, 18 Mar 2007) New Revision: 5438 Log: Minor fix. Modified: trunk/ndbapi/mgm-api.xml Modified: trunk/ndbapi/mgm-api.xml =================================================================== --- trunk/ndbapi/mgm-api.xml 2007-03-18 09:05:03 UTC (rev 5437) +++ trunk/ndbapi/mgm-api.xml 2007-03-18 09:56:56 UTC (rev 5438) Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 655 bytes @@ -41,8 +41,8 @@ You should not share an NdbMgmHandle between threads. While it is possible to do so (if you implement your - own locks), this is not recommended, and each thread should use - its own management server handle. + own locks), this is not recommended; each thread should use its + own management server handle.