diff options
author | unknown <heikki@hundin.mysql.fi> | 2004-03-20 06:09:18 +0200 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2004-03-20 06:09:18 +0200 |
commit | 3e5f1eaecf21e3b2fde0c86838d6740a939b921f (patch) | |
tree | 0fe49b4ff0787091565448285bbee733dea398a7 /innobase/btr/btr0btr.c | |
parent | 72d15bccaae54d985dcccb796ecd90d29c65ce5c (diff) | |
download | mariadb-git-3e5f1eaecf21e3b2fde0c86838d6740a939b921f.tar.gz |
btr0btr.c:
Correct previous bk commit comment about page splits: actually, in versions < 4.0.19 space utilization is very poor if 1500 - 8000 byte rows are inserted in the order of the primary key
innobase/btr/btr0btr.c:
Correct previous bk commit comment about page splits: actually, in versions < 4.0.19 space utilization is very poor if 1500 - 8000 byte rows are inserted in the order of the primary key
Diffstat (limited to 'innobase/btr/btr0btr.c')
-rw-r--r-- | innobase/btr/btr0btr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/btr/btr0btr.c b/innobase/btr/btr0btr.c index 1c3e033a8d7..1d22d107b12 100644 --- a/innobase/btr/btr0btr.c +++ b/innobase/btr/btr0btr.c @@ -5,7 +5,7 @@ The B-tree Created 6/2/1994 Heikki Tuuri *******************************************************/ - + #include "btr0btr.h" #ifdef UNIV_NONINL |