![]() |
MySQL 8.0.32
Source Code Documentation
|
#include <m_string.h>
#include <my_getopt.h>
#include "my_byteorder.h"
#include "myisam.h"
#include "sql/field.h"
#include "mi_extrafunc.h"
Macros | |
#define | MAX_REC_LENGTH 1024 |
Functions | |
static void | usage () |
static int | run_test (const char *filename) |
static void | get_options (int argc, char *argv[]) |
static void | create_key (uchar *key, uint rownr) |
static void | create_record (uchar *record, uint rownr) |
static void | update_record (uchar *record) |
static void | strappend (char *s, size_t len, char fill) |
int | main (int argc, char *argv[]) |
static void | create_key_part (uchar *key, uint rownr) |
static bool | get_one_option (int optid, const struct my_option *opt, char *argument) |
Variables | |
static int | rec_pointer_size = 0 |
static int | flags [50] |
static int | key_field = FIELD_SKIP_PRESPACE |
static int | extra_field = FIELD_SKIP_ENDSPACE |
static int | key_type = HA_KEYTYPE_NUM |
static int | create_flag = 0 |
static uint | insert_count |
static uint | update_count |
static uint | remove_count |
static uint | pack_keys = 0 |
static uint | pack_seg = 0 |
static uint | key_length |
static uint | unique_key = HA_NOSAME |
static bool | key_cacheing |
static bool | null_fields |
static bool | silent |
static bool | skip_update |
static bool | opt_unique |
static bool | verbose |
static MI_COLUMNDEF | recinfo [4] |
static MI_KEYDEF | keyinfo [10] |
static HA_KEYSEG | keyseg [10] |
static HA_KEYSEG | uniqueseg [10] |
static uchar | blob_key [MAX_REC_LENGTH] |
static uchar | blob_record [MAX_REC_LENGTH+20 *20] |
static struct my_option | my_long_options [] |
#define MAX_REC_LENGTH 1024 |
|
static |
|
static |
int main | ( | int | argc, |
char * | argv[] | ||
) |
|
static |
|
inlinestatic |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |