From 9c02e36e9e5561211c829be614bd6c54fc054a97 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 26 Sep 2002 12:00:15 -0500 Subject: [PATCH] manual.texi tables usually should have a name. Docs/manual.texi: tables usually should have a name. --- Docs/manual.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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