From: paul Date: December 18 2005 12:35am Subject: svn commit - mysqldoc@docsrva: r586 - in trunk: . refman-5.1 List-Archive: http://lists.mysql.com/commits/216 Message-Id: <200512180035.jBI0ZF8a022326@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: paul Date: 2005-12-18 01:35:15 +0100 (Sun, 18 Dec 2005) New Revision: 586 Log: r4893@frost: paul | 2005-12-17 18:34:55 -0600 Add missing tags. Modified: trunk/ trunk/refman-5.1/extending-mysql.xml Property changes on: trunk ___________________________________________________________________ Name: svk:merge - b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4879 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1694 + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4893 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1694 Modified: trunk/refman-5.1/extending-mysql.xml =================================================================== --- trunk/refman-5.1/extending-mysql.xml 2005-12-17 22:47:50 UTC (rev 585) +++ trunk/refman-5.1/extending-mysql.xml 2005-12-18 00:35:15 UTC (rev 586) @@ -2090,18 +2090,21 @@ Compile the plugin library as a shared library and install - it in the plugin directory. The procedure for compiling - shared objects varies from system to system. If you build - your library using the GNU autotools, - libtool should be able to generate the - correct compilation commands for your system. If the - library is named mypluglib, you should - end up with a shared object file that has a name something - like libmypluglib.so. (The filename - might have a different extension on your system.) + it in the plugin directory. + The procedure for compiling shared objects varies from + system to system. If you build your library using the GNU + autotools, libtool should be able to + generate the correct compilation commands for your system. + If the library is named mypluglib, you + should end up with a shared object file that has a name + something like libmypluglib.so. (The + filename might have a different extension on your system.) + + + The location of the plugin directory where you should install the library is given by the plugin_dir system variable. For