summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-09-08 11:47:34 +0300
committerunknown <monty@hundin.mysql.fi>2001-09-08 11:47:34 +0300
commit4f08177e13116532c71484e197518f1f2faac85b (patch)
tree519c781289c4f4c0769d932057d293ba813f2b8c /Docs
parent2ec0166845cd320aeddb20778e1d75ee6602b7d8 (diff)
downloadmariadb-git-4f08177e13116532c71484e197518f1f2faac85b.tar.gz
More debug info
Fix DBUG_ASSERT() Optimization for BDB tables Fix for BDB under Win98 Docs/manual.texi: Removed wrong info bdb/os_win32/os_rename.c: Fix for windows 98 configure.in: Better options for MAC OS X include/dbug.h: Fix DBUG_ASSERT() mysys/thr_lock.c: More DBUG messages sql/ha_berkeley.cc: Use cursor in remove_key sql/lock.cc: Fix possible problem when pre-unlocking tables in SELECT sql/sql_select.cc: More DBUG messages sql/violite.c: Fix DBUG messages
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi3
1 files changed, 0 insertions, 3 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 2537255008c..a437a143cab 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -32592,9 +32592,6 @@ The following conditions hold for an @code{INSERT ... SELECT} statement:
@itemize @minus
@item
-The query cannot contain an @code{ORDER BY} clause.
-
-@item
The target table of the @code{INSERT} statement cannot appear in the
@code{FROM} clause of the @code{SELECT} part of the query because it's
forbidden in ANSI SQL to @code{SELECT} from the same table into which you are