diff options
author | unknown <monty@hundin.mysql.fi> | 2001-12-11 20:45:48 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-12-11 20:45:48 +0200 |
commit | 72ec7dfc65734e623cd91d424a91ee82077fac8c (patch) | |
tree | 57c90c65e06cdd74de883d23793984c678538aa1 /Docs | |
parent | 270976699cdb21362b2d53751346937df1807957 (diff) | |
download | mariadb-git-72ec7dfc65734e623cd91d424a91ee82077fac8c.tar.gz |
Fix for MyISAM records > 16M
Docs/manual.texi:
ChangeLog
innobase/os/os0file.c:
Removed compiler warnings
myisam/mi_check.c:
Fix for records > 16M
myisam/mi_dynrec.c:
Fix for records > 16M
myisam/myisamdef.h:
Fix for records > 16M
sql/sql_select.cc:
Cleanup
sql/sql_yacc.yy:
F
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 b361e5dd984..49fc7a649ee 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46167,6 +46167,9 @@ Our TODO section contains what we plan to have in 4.0. @xref{TODO MySQL 4.0}. @itemize @bullet @item +Changed @code{SELECT ... IN SHARE MODE} to +@code{SELECT .. LOCK IN SHARE MODE} (as in MySQL 3.23). +@item A new query cache to cache results from identical @code{SELECT} queries. @item Fixed core dump bug on 64 bit machines when it got a wrong communication |