diff options
author | serg@serg.mysql.com <> | 2001-03-21 17:09:43 +0100 |
---|---|---|
committer | serg@serg.mysql.com <> | 2001-03-21 17:09:43 +0100 |
commit | edba53f3b93e600589df864957b3c64509cc24d9 (patch) | |
tree | 31fe680a9aab86de22e1291297658a7e3fea1462 /Docs | |
parent | ef75476c671bda70da7b65e5c499790eea786ebb (diff) | |
download | mariadb-git-edba53f3b93e600589df864957b3c64509cc24d9.tar.gz |
bug with mysql_change_db() fixed
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 62382d89990..e58a3e96679 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -13726,7 +13726,7 @@ in ANSI mode. @xref{ANSI mode}. @multitable @columnfractions .15 .15 .70 @item @strong{Identifier} @tab @strong{Max length} @tab @strong{Allowed characters} -@item Database @tab 64 @tab Any character that is allowed in a directory name except @samp{/}. +@item Database @tab 64 @tab Any character that is allowed in a directory name except @samp{/} or @samp{.}. @item Table @tab 64 @tab Any character that is allowed in a file name, except @samp{/} or @samp{.}. @item Column @tab 64 @tab All characters. @item Alias @tab 255 @tab All characters. |