diff options
author | unknown <monty@hundin.mysql.fi> | 2002-02-09 04:00:24 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-02-09 04:00:24 +0200 |
commit | f7c085efe3155ad81aebb7d141182d60f6328ca2 (patch) | |
tree | 951f9f67e067af9ed1348ea5c78a45fec48024dc /Docs | |
parent | 73edf19b0c0a06e0271090002c6bd33df886d87b (diff) | |
download | mariadb-git-f7c085efe3155ad81aebb7d141182d60f6328ca2.tar.gz |
Removed compiler warnings
Docs/manual.texi:
Cleanup
myisam/myisampack.c:
Removed warning
sql/handler.cc:
cleanup
sql/slave.cc:
Removed not used var
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 576c3667881..524e68d2f1f 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46898,8 +46898,8 @@ Added internal safety checks for InnoDB. Some InnoDB variables was always shown in @code{SHOW VARIABLES} as @code{OFF} on high-byte-first systems (like sparc). @item -Fixed problem with one threads using an InnoDB table and another -thread using an @code{ALTER TABLE} on the table. +Fixed problem with one thread using an InnoDB table and another +thread doing an @code{ALTER TABLE} on the same table. @item If inserts to several tables containing an auto-inc column are wrapped inside one @code{LOCK TABLES}, InnoDB asserted in @code{lock0lock.c}. |