diff options
author | unknown <paul@teton.kitebird.com> | 2002-09-26 12:00:15 -0500 |
---|---|---|
committer | unknown <paul@teton.kitebird.com> | 2002-09-26 12:00:15 -0500 |
commit | 9c02e36e9e5561211c829be614bd6c54fc054a97 (patch) | |
tree | c8fd9558349cbc1a0c78f30294cd1ad4b2b4cc33 | |
parent | 7bba4e4c55a6913e78de332e979a88b2aad34ae8 (diff) | |
download | mariadb-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.texi | 2 |
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 |