1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge work:/my/mysql-4.1 into hundin.mysql.fi:/my/mysql-4.1

This commit is contained in:
monty@hundin.mysql.fi
2002-06-04 11:39:33 +03:00
1054 changed files with 13076 additions and 99068 deletions

View File

@ -20,6 +20,8 @@
extern "C" {
#endif
#include "my_base.h" /* get 'enum ha_rkey_function' */
#define MAX_TREE_HEIGHT 40 /* = max 1048576 leafs in tree */
#define ELEMENT_KEY(tree,element)\
(tree->offset_to_key ? (void*)((byte*) element+tree->offset_to_key) :\