summaryrefslogtreecommitdiff
path: root/innobase/btr/btr0btr.c
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2004-03-20 06:09:18 +0200
committerunknown <heikki@hundin.mysql.fi>2004-03-20 06:09:18 +0200
commit3e5f1eaecf21e3b2fde0c86838d6740a939b921f (patch)
tree0fe49b4ff0787091565448285bbee733dea398a7 /innobase/btr/btr0btr.c
parent72d15bccaae54d985dcccb796ecd90d29c65ce5c (diff)
downloadmariadb-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.c2
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