diff options
author | monty@donna.mysql.com <> | 2000-09-21 02:25:13 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-09-21 02:25:13 +0300 |
commit | 13b3c3280e6bf25be2b5222022a8e22fd7e774c3 (patch) | |
tree | 79a6139641703bddbceee32ea9a9c287f40b4acb /Docs | |
parent | 158a64350645fe404d15edc65935e0761362cb9b (diff) | |
parent | df280335b0c026525a7d7f6164247cda63967067 (diff) | |
download | mariadb-git-13b3c3280e6bf25be2b5222022a8e22fd7e774c3.tar.gz |
Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index bfa0e6f911d..4fe189b2f45 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -40860,6 +40860,9 @@ Fixed @code{DISTINCT} with calculated columns. @itemize @bullet @item +@code{mysqldump} on a @code{MERGE} table doesn't include the current +mapped tables. +@item For the moment @code{MATCH} only works with @code{SELECT} statements. @item You cannot build in another directory when using |