mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge chilla.local:/home/mydev/mysql-4.1-axmrg
into chilla.local:/home/mydev/mysql-5.0-axmrg myisam/mi_packrec.c: Auto merged myisam/mi_range.c: Auto merged myisam/mi_test1.c: Auto merged myisam/rt_split.c: Auto merged myisam/mi_write.c: Manual merge from 4.1.
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user