manual.texi tables usually should have a name.

Docs/manual.texi:
  tables usually should have a name.
This commit is contained in:
unknown 2002-09-26 12:00:15 -05:00
commit 9c02e36e9e

View file

@ -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