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

Update results for new SHOW FULL COLUMNS

Portability fixes
This commit is contained in:
monty@hundin.mysql.fi
2002-06-04 11:32:33 +03:00
parent fc8490a111
commit 920a409ce9
6 changed files with 131 additions and 129 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) :\