![]() |
MySQL 9.5.0
Source Code Documentation
|
#include "my_byteorder.h"#include "myisam.h"#include "sp_defs.h"#include "sql/field.h"#include "mi_extrafunc.h"Macros | |
| #define | MAX_REC_LENGTH 1024 |
| #define | KEYALG HA_KEY_ALG_RTREE |
Functions | |
| static void | create_linestring (uchar *record, uint rownr) |
| static void | print_record (uchar *record, my_off_t offs, const char *tail) |
| static void | create_key (uchar *key, uint rownr) |
| static void | print_key (const uchar *key, const char *tail) |
| static int | run_test (const char *filename) |
| static int | read_with_pos (MI_INFO *file, int silent) |
| static int | rtree_CreateLineStringWKB (double *ords, uint n_dims, uint n_points, uchar *wkb) |
| static void | rtree_PrintWKB (uchar *wkb, uint n_dims) |
| int | main (int argc, char *argv[]) |
Variables | |
| static char | blob_key [MAX_REC_LENGTH] |
| #define KEYALG HA_KEY_ALG_RTREE |
| #define MAX_REC_LENGTH 1024 |
|
static |
|
static |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |