Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: mysql-howto.xml
Date: Thu, 15 Dec 2005 15:39:57
Message-Id: 200512151539.jBFFdgEf006708@robin.gentoo.org
1 neysx 05/12/15 15:39:41
2
3 Modified: xml/htdocs/doc/en mysql-howto.xml
4 Log:
5 #115655 s/VALUE(/VALUES(/
6
7 Revision Changes Path
8 1.5 +8 -8 xml/htdocs/doc/en/mysql-howto.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mysql-howto.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mysql-howto.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/mysql-howto.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
13
14 Index: mysql-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-howto.xml,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- mysql-howto.xml 2 Dec 2005 13:16:11 -0000 1.4
21 +++ mysql-howto.xml 15 Dec 2005 15:39:41 -0000 1.5
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-howto.xml,v 1.4 2005/12/02 13:16:11 neysx Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/mysql-howto.xml,v 1.5 2005/12/15 15:39:41 neysx Exp $ -->
27
28 <guide link="/doc/en/mysql-howto.xml">
29 <title>MySQL Startup Guide</title>
30 @@ -23,8 +23,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.2</version>
35 -<date>2005-12-02</date>
36 +<version>1.3</version>
37 +<date>2005-12-15</date>
38
39 <chapter>
40 <title>Getting Started With MySQL</title>
41 @@ -359,11 +359,11 @@
42 <p>
43 This command is used to insert a record into table. table contains the MySQL
44 table we wish to enter the information into. The table name may be followed by
45 -the list of columns to insert data into and <c>VALUE()</c> contains the values you
46 -wish to insert into the table. You may omit the list of columns if you insert a
47 -value into each one and if you write the values in the same order the columns
48 -have been defined. In this case, we want to insert data into the developers
49 -table. Let's insert sample records:
50 +the list of columns to insert data into and <c>VALUES()</c> contains the values
51 +you wish to insert into the table. You may omit the list of columns if you
52 +insert a value into each one and if you write the values in the same order the
53 +columns have been defined. In this case, we want to insert data into the
54 +developers table. Let's insert sample records:
55 </p>
56
57 <pre caption="Inserting information into our developers table">
58
59
60
61 --
62 gentoo-doc-cvs@g.o mailing list