diff options
author | unknown <paul@central.snake.net> | 2001-09-28 10:49:31 -0500 |
---|---|---|
committer | unknown <paul@central.snake.net> | 2001-09-28 10:49:31 -0500 |
commit | a4a8427dbdb706c9ece810aa7123352b2f3a1742 (patch) | |
tree | e0266f62b1f616caf7b3476955b87afb622a617a | |
parent | 396490901c77e3fce3aa8ab12a34760f5928567e (diff) | |
download | mariadb-git-a4a8427dbdb706c9ece810aa7123352b2f3a1742.tar.gz |
manual.texi typos
Docs/manual.texi:
typos
-rw-r--r-- | Docs/manual.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 128fd814e31..cd730aa321a 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -13948,8 +13948,8 @@ MySQL. Some of the examples use the table @code{shop} to hold the price of each article (item number) for certain traders (dealers). Supposing that each -trader has a single fixed price per article, then (@code{item}, -@code{trader}) is a primary key for the records. +trader has a single fixed price per article, then (@code{article}, +@code{dealer}) is a primary key for the records. Start the command line tool @code{mysql} and select a database: @@ -14158,7 +14158,7 @@ splitting of the concatenated column in the client. @subsection Using user variables You can use MySQL user variables to remember results without -having to store them in a temporary variables in the client. +having to store them in temporary variables in the client. @xref{Variables}. For example, to find the articles with the highest and lowest price you |