List:Commits« Previous MessageNext Message »
From:paul Date:May 17 2006 9:49pm
Subject:svn commit - mysqldoc@docsrva: r2117 - in trunk: . tools
View as plain text  
Author: paul
Date: 2006-05-17 21:49:36 +0200 (Wed, 17 May 2006)
New Revision: 2117

Log:
 r7586@polar:  paul | 2006-05-17 14:52:06 -0500
 Add a "how to use this file" comment to fill_help_tables.sql
 file.


Modified:
   trunk/
   trunk/tools/fill_help_tables2.pl


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:7582
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:10475
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4886
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:7586
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:10475
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4886

Modified: trunk/tools/fill_help_tables2.pl
===================================================================
--- trunk/tools/fill_help_tables2.pl	2006-05-17 18:40:29 UTC (rev 2116)
+++ trunk/tools/fill_help_tables2.pl	2006-05-17 19:49:36 UTC (rev 2117)
@@ -346,6 +346,12 @@
 
 -- DO NOT EDIT THIS FILE. It is generated automatically.
 
+-- To use this file, load its contents into the mysql database. For example,
+-- with the mysql client program, process the file like this, where
+-- file_name is the name of this file:
+
+--     mysql -u root -p mysql < file_name
+
 EOF
 print "delete from help_topic;\n";
 print "delete from help_category;\n";

Thread
svn commit - mysqldoc@docsrva: r2117 - in trunk: . toolspaul17 May