diff options
author | jani@rhols221.adsl.netsonic.fi <> | 2002-04-15 00:06:00 +0300 |
---|---|---|
committer | jani@rhols221.adsl.netsonic.fi <> | 2002-04-15 00:06:00 +0300 |
commit | e534922b79ea8146988b129f1e3204280ca31b0e (patch) | |
tree | 446829f7517710adcf393093277340bb2572400a | |
parent | 61a65490edb5bd0b58ea57ab641a58cfd5c46d4f (diff) | |
download | mariadb-git-e534922b79ea8146988b129f1e3204280ca31b0e.tar.gz |
Documentation fix.
-rw-r--r-- | Docs/manual.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 90fea4c3f72..5445595ba8f 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -47523,8 +47523,8 @@ The following are a list of the limitations with @code{TEMPORARY TABLES}. @itemize @bullet @item -A temporary table can only be of type @code{HEAP}, @code{ISAM} or -@code{MyISAM}. +A temporary table can only be of type @code{HEAP}, @code{ISAM}, +@code{MyISAM} or @code{InnoDB}. @item You can't use temporary tables more than once in the same query. For example, the following doesn't work. |