Commit 81ed861b authored by unknown's avatar unknown

manual.texi tables usually should have a name.


Docs/manual.texi:
  tables usually should have a name.
parent 9018e9e7
...@@ -2614,7 +2614,7 @@ executed only if the MySQL version is equal to or newer than the used ...@@ -2614,7 +2614,7 @@ executed only if the MySQL version is equal to or newer than the used
version number: version number:
@example @example
CREATE /*!32302 TEMPORARY */ TABLE (a int); CREATE /*!32302 TEMPORARY */ TABLE t (a int);
@end example @end example
This means that if you have Version 3.23.02 or newer, MySQL This means that if you have Version 3.23.02 or newer, MySQL
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment