diff options
author | heikki@hundin.mysql.fi <> | 2003-01-16 01:21:13 +0200 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2003-01-16 01:21:13 +0200 |
commit | 91ba1345125e6463476ddb9eeedefe7a6220949c (patch) | |
tree | ac0ac9a8720c0c54ccdec96f61d8931f67cc9e0f /innobase/btr | |
parent | 7433ffe8807a2e1d74955231e27394cb2e2e3604 (diff) | |
download | mariadb-git-91ba1345125e6463476ddb9eeedefe7a6220949c.tar.gz |
btr0btr.h, btr0btr.c, row0purge.c:
Backport from 4.0: fix the BLOB hang if the index tree is of height 1
Diffstat (limited to 'innobase/btr')
-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 15642e6ccbc..32750201c8e 100644 --- a/innobase/btr/btr0btr.c +++ b/innobase/btr/btr0btr.c @@ -116,7 +116,7 @@ btr_page_insert_fits( /****************************************************************** Gets the root node of a tree and x-latches it. */ -static + page_t* btr_root_get( /*=========*/ |