From: paul
Date: December 8 2005 3:35pm
Subject: svn commit - mysqldoc@docsrva: r525 - in trunk: . refman-5.1
List-Archive: http://lists.mysql.com/commits/44
Message-Id: <200512081535.jB8FZhnr001407@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: paul
Date: 2005-12-08 16:35:42 +0100 (Thu, 08 Dec 2005)
New Revision: 525
Log:
r4614@frost: paul | 2005-12-08 09:26:24 -0600
Couple of minor plugin amendments.
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:4612
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1505
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4614
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1505
Modified: trunk/refman-5.1/extending-mysql.xml
===================================================================
--- trunk/refman-5.1/extending-mysql.xml 2005-12-08 15:09:44 UTC (rev 524)
+++ trunk/refman-5.1/extending-mysql.xml 2005-12-08 15:35:42 UTC (rev 525)
@@ -545,14 +545,10 @@
plugin_name is the name of the plugin
as defined in the plugin declaration structure contained in the
- library file.
+ library file. Plugin name case sensitivity is determined by the
+ host system filename semantics.
-
- Is plugin_name case sensitive? Or is case sensitivity a function
- of the host system filename semanitics?
-
-
plugin_library is the name of the
shared library that contains the plugin code. The name includes
@@ -591,8 +587,8 @@
INSTALL PLUGIN adds a line to the
mysql.plugin table that describes the
- plugin. Currently, this table contains only
- the plugin name and library filename.
+ plugin. This table contains the plugin name
+ and library filename.