summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2001-03-21 17:09:43 +0100
committerunknown <serg@serg.mysql.com>2001-03-21 17:09:43 +0100
commit9914932787833bf1f4a65464584c31824965eb17 (patch)
tree31fe680a9aab86de22e1291297658a7e3fea1462 /Docs
parentd1782bea92ebf698cdcf898007f3b015ba502493 (diff)
downloadmariadb-git-9914932787833bf1f4a65464584c31824965eb17.tar.gz
bug with mysql_change_db() fixed
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi2
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.