MySQL 9.1.0
Source Code Documentation
|
#include "my_config.h"
#include <signal.h>
#include <sys/types.h>
#include <algorithm>
#include "m_string.h"
#include "my_compiler.h"
#include "my_inttypes.h"
#include "my_macros.h"
#include "storage/heap/heapdef.h"
Macros | |
#define | MAX_RECORDS 100000U |
#define | MAX_KEYS 4 |
Functions | |
static int | get_options (int argc, char *argv[]) |
static int | rnd (int max_value) |
static void | endprog (int sig_number) |
static int | calc_check (uchar *buf, uint length) |
static void | make_record (uchar *record, uint n1, uint n2, uint n3, const char *mark, uint count) |
int | main (int argc, char *argv[]) |
Variables | |
static uint | flag = 0 |
static uint | verbose = 0 |
static uint | testflag = 0 |
static uint | recant = 10000 |
static uint | silent = 0 |
static uint | keys = MAX_KEYS |
static uint16 | key1 [1001] |
static bool | key3 [MAX_RECORDS] |
static int | reclength = 39 |
#define MAX_KEYS 4 |
#define MAX_RECORDS 100000U |
|
static |
|
static |
|
static |
int main | ( | int | argc, |
char * | argv[] | ||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |