diff options
author | unknown <arjen@fred.bitbike.com> | 2002-03-15 10:35:14 +1000 |
---|---|---|
committer | unknown <arjen@fred.bitbike.com> | 2002-03-15 10:35:14 +1000 |
commit | 9a4731b6371155b5984860933093dd83ec396461 (patch) | |
tree | fb462ac3406037f78b1caaef04fed22e88b0223e | |
parent | de59bd86a51edab0bb2944e9cf18fc688f9ca351 (diff) | |
download | mariadb-git-9a4731b6371155b5984860933093dd83ec396461.tar.gz |
Typo fixup (from Colin Faber).
BitKeeper/etc/ignore:
Added Docs/manual.de.log to the ignore list
-rw-r--r-- | .bzrignore | 1 | ||||
-rw-r--r-- | Docs/manual.texi | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/.bzrignore b/.bzrignore index aabb7bddd3a..9ba7f037a1b 100644 --- a/.bzrignore +++ b/.bzrignore @@ -462,3 +462,4 @@ Docs/mysql.xml mysql-test/r/rpl000001.eval Docs/safe-mysql.xml mysys/test_vsnprintf +Docs/manual.de.log diff --git a/Docs/manual.texi b/Docs/manual.texi index 2579fee6a53..5a2889126cf 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -35950,8 +35950,8 @@ mysql> INSERT INTO articles VALUES -> (0,'1001 MySQL Trick','1. Never run mysqld as root. 2. ...'), -> (0,'MySQL vs. YourSQL', 'In the following database comparison ...'), -> (0,'MySQL Security', 'When configured properly, MySQL ...'); -Query OK, 5 rows affected (0.00 sec) -Records: 5 Duplicates: 0 Warnings: 0 +Query OK, 6 rows affected (0.00 sec) +Records: 6 Duplicates: 0 Warnings: 0 mysql> SELECT * FROM articles -> WHERE MATCH (title,body) AGAINST ('database'); @@ -35992,7 +35992,7 @@ mysql> SELECT id,MATCH title,body AGAINST ('Tutorial') FROM articles; | 5 | 0 | | 6 | 0 | +----+-----------------------------------------+ -5 rows in set (0.00 sec) +6 rows in set (0.00 sec) @end example This example shows how to retrieve the relevances. As neither @code{WHERE} |