Minor detail updates from the project team based on implementation-complete.
Updated materials are in the case directory, diff attached.


-- 
Jyri J. Virkki - jyri.virkki at sun.com - Sun Microsystems
-------------- next part --------------

------- mysql.txt -------
--- /tmp/sccs.6IaGRL    Mon Nov 19 16:20:52 2007
+++ mysql.txt   Mon Nov 19 16:20:05 2007
@@ -10,7 +10,7 @@
 4. Technical Description
 
 Including MySQL 5.0 with Solaris
-25 October 2007
+19 November 2007
 
 1.    Summary and motivation
 
@@ -113,9 +113,8 @@
                                             and utility scripts
                           /sql-bench        SQL Benchmark test
             /etc/mysql/5.0                  configuration file location
-            /var/mysql/5.0
-                     /datadir           default location for transactional
-                                        log files, data files, and pid file
+            /var/mysql/5.0/data             default location for transactional
+                                            log files, data files, and pid file
 
     The detailed directory and file layout for MySQL is provided in
     Addendum 1.
@@ -143,7 +142,7 @@
     http://mysql.org/doc/refman/5.0/en/option-files.html
 
     We will provide a default config file: /etc/mysql/my.cnf And
-    create the default data/log directory /var/mysql/5.0/datadir
+    create the default data/log directory /var/mysql/5.0/data
 
     MySQL will be installed by default with user mysql and group
     mysql as done in the standard distribution. The default smf
@@ -201,14 +200,14 @@
 
     We propose to package MySQL under the following packages:
 
-         SUNWmysql50u - [usr] Server package (including server
+         SUNWmysql5u - [usr] Server package (including server
                         deamon, C API, man pages, I18N)
-         SUNWmysql50r - [root] (config,smf files
+         SUNWmysql5r - [root] (config,smf files
                                 and data directory)
-         SUNWmysql50test - MySQL test packages
+         SUNWmysql5test - MySQL test packages
 
     Multiple versions can coexist, and are distinguished by the
-    version (50 for version 5.0.*).
+    version (5 for version 5.0.*).
 
     MySQL tests and sql-bench directories are bundled in a separate
     package. It is not necessary for running MySQL as such, but
@@ -246,10 +245,9 @@
     PID file                  Project Private   database deamon pid file
     Error messages            Not an interface  I18N Translated Error Messages
     Error codes               Committed         Error codes
-    svc:/application/database/mysql5.0 
+    svc:/application/database/mysql:version_50 
                               Committed         FMRI
-    /lib/svc/method/mysql5.0-svc 
-                              Project Private   SMF service method script
+    /lib/svc/method/mysql     Project Private   SMF service method script
     /var/svc/manifest/application/database/mysql.xml
                               Project Private   SMF Manifest
 
@@ -576,11 +574,16 @@
  /usr/mysql/5.0/man/man8/mysqlmanager.8
 
 /etc/mysql/5.0/my.cnf
+/etc/mysql/5.0/my-large.cnf
+/etc/mysql/5.0/my-huge.cnf
+/etc/mysql/5.0/my-medium.cnf
+/etc/mysql/5.0/my-small-cnf.cnf
+/etc/mysql/5.0/my.innodb-heavy-4G.cnf
 
 /etc/mysql/my.cnf ->
  /etc/mysql/5.0/my.cnf
 
-/lib/svc/method/mysql-svc5.0
+/lib/svc/method/mysql
 /var/svc/manifest/application/database/mysql.xml
 
 

Reply via email to