diff options
author | istruewing@chilla.local <> | 2006-12-20 18:22:26 +0100 |
---|---|---|
committer | istruewing@chilla.local <> | 2006-12-20 18:22:26 +0100 |
commit | 33b96c30364b1d68ab913aee317857eeb427e7d4 (patch) | |
tree | 30b0df043747d46481555aa88eabb4c8546e3773 /myisam/rt_split.c | |
parent | deeeeb4f69fb7c404ecbc8ebc04f565deb2f7586 (diff) | |
parent | d9b9778e532730d8991251776513409f609352cd (diff) | |
download | mariadb-git-33b96c30364b1d68ab913aee317857eeb427e7d4.tar.gz |
Merge chilla.local:/home/mydev/mysql-4.1-axmrg
into chilla.local:/home/mydev/mysql-5.0-axmrg
Diffstat (limited to 'myisam/rt_split.c')
-rw-r--r-- | myisam/rt_split.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/myisam/rt_split.c b/myisam/rt_split.c index 31a7d09ab4f..3f900e2a054 100644 --- a/myisam/rt_split.c +++ b/myisam/rt_split.c @@ -188,6 +188,10 @@ static int split_rtree_node(SplitStruct *node, int n_entries, int next_node; int i; SplitStruct *end = node + n_entries; + LINT_INIT(a); + LINT_INIT(b); + LINT_INIT(next); + LINT_INIT(next_node); if (all_size < min_size * 2) { |