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 @@
<para>
<replaceable>plugin_name</replaceable> 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.
</para>
- <remark role="todo">
- Is plugin_name case sensitive? Or is case sensitivity a function
- of the host system filename semanitics?
- </remark>
-
<para>
<replaceable>plugin_library</replaceable> is the name of the
shared library that contains the plugin code. The name includes
@@ -591,8 +587,8 @@
<para>
<literal>INSTALL PLUGIN</literal> adds a line to the
<literal>mysql.plugin</literal> table that describes the
- <literal>plugin</literal>. Currently, this table contains only
- the plugin name and library filename.
+ <literal>plugin</literal>. This table contains the plugin name
+ and library filename.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r525 - in trunk: . refman-5.1 | paul | 8 Dec |