diff options
author | istruewing@chilla.local <> | 2006-12-20 20:14:28 +0100 |
---|---|---|
committer | istruewing@chilla.local <> | 2006-12-20 20:14:28 +0100 |
commit | 80b97a6b542e436d56e6615701257247dd97405d (patch) | |
tree | 6397b34ccb9d6fc263e929beecf36302d241d304 /storage/myisam/rt_split.c | |
parent | d21b5e70c41729006fb76a038c51a4a18e7233d0 (diff) | |
parent | 33b96c30364b1d68ab913aee317857eeb427e7d4 (diff) | |
download | mariadb-git-80b97a6b542e436d56e6615701257247dd97405d.tar.gz |
Merge chilla.local:/home/mydev/mysql-5.0-axmrg
into chilla.local:/home/mydev/mysql-5.1-axmrg
Diffstat (limited to 'storage/myisam/rt_split.c')
-rw-r--r-- | storage/myisam/rt_split.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/storage/myisam/rt_split.c b/storage/myisam/rt_split.c index 31a7d09ab4f..3f900e2a054 100644 --- a/storage/myisam/rt_split.c +++ b/storage/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) { |