summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <paul@teton.kitebird.com>2002-09-26 12:00:15 -0500
committerunknown <paul@teton.kitebird.com>2002-09-26 12:00:15 -0500
commit9c02e36e9e5561211c829be614bd6c54fc054a97 (patch)
treec8fd9558349cbc1a0c78f30294cd1ad4b2b4cc33
parent7bba4e4c55a6913e78de332e979a88b2aad34ae8 (diff)
downloadmariadb-git-9c02e36e9e5561211c829be614bd6c54fc054a97.tar.gz
manual.texi tables usually should have a name.
Docs/manual.texi: tables usually should have a name.
-rw-r--r--Docs/manual.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index ba8fcf53846..b34b8dc49bc 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -2614,7 +2614,7 @@ executed only if the MySQL version is equal to or newer than the used
version number:
@example
-CREATE /*!32302 TEMPORARY */ TABLE (a int);
+CREATE /*!32302 TEMPORARY */ TABLE t (a int);
@end example
This means that if you have Version 3.23.02 or newer, MySQL