diff options
author | jcole@ham.spaceapes.com <> | 2000-09-09 15:51:21 +0000 |
---|---|---|
committer | jcole@ham.spaceapes.com <> | 2000-09-09 15:51:21 +0000 |
commit | 635c4429775c984494b19b663ef1010c5bec431e (patch) | |
tree | 71a878c84c824cb47c7d47ca522d69271f28d57d | |
parent | 9fcc7174dafb2625f7b84fda0fbe6c202b9761cf (diff) | |
download | mariadb-git-635c4429775c984494b19b663ef1010c5bec431e.tar.gz |
manual.texi:
chow -> show
-rw-r--r-- | Docs/manual.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 3af779a5d8a..69ba9cf0159 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -28413,18 +28413,18 @@ aren't specified. Another way to around this bug is to upgrade to MyODBC 2.50.33 and @strong{MySQL} 3.23.x, which together provides a workaround for this bug! @item -Set the `Return matching rows' MyODBC option field when connecting to +Set the ``Return matching rows'' MyODBC option field when connecting to @strong{MySQL}. @item You should have a primary key in the table; If not, new or updated rows -may chow up as @code{#Deleted#}. +may show up as @code{#Deleted#}. @item You should have a timestamp in all tables you want to be able to update. For maximum portability @code{TIMESTAMP(14)} or simple @code{TIMESTAMP} is recommended instead of other @code{TIMESTAMP(X)} variations. @item Only use double float fields. Access fails when comparing with single floats. -The symptom usually is that new or updated rows may chow up as @code{#Deleted#} +The symptom usually is that new or updated rows may show up as @code{#Deleted#} or that you can't find or update rows. @item If you still get the error @code{Another user has changed your data} after |