#include <my_global.h>#include <mysql_embed.h>#include <my_sys.h>#include <m_string.h>#include <mysql.h>#include <mysql_version.h>#include <mysqld_error.h>#include <m_ctype.h>#include <my_dir.h>#include <errmsg.h>#include <hash.h>#include <my_getopt.h>#include <stdarg.h>#include <sys/stat.h>#include <violite.h>#include "my_regex.h"#include <mysqld_ername.h>#include "sslopt-vars.h"#include "sslopt-longopts.h"#include <help_start.h>#include <help_end.h>#include <sslopt-case.h>Include dependency graph for mysqltest.c:

Go to the source code of this file.
| #define BLOCK_STACK_DEPTH 32 |
| #define DEFAULT_DELIMITER ";" |
Definition at line 89 of file mysqltest.c.
| #define END_OF_LINE 258 |
| #define INIT_Q_LINES 1024 |
| #define LAST_CHAR_CODE 259 |
| #define MAX_COLUMNS 256 |
| #define MAX_CONS 128 |
| #define MAX_DELIMITER 16 |
| #define MAX_EXPECTED_ERRORS 10 |
Definition at line 82 of file mysqltest.c.
| #define MAX_INCLUDE_DEPTH 16 |
| #define MAX_QUERY (256*1024) |
Definition at line 74 of file mysqltest.c.
| #define MAX_SERVER_ARGS 64 |
Definition at line 85 of file mysqltest.c.
Referenced by get_one_option(), and read_server_arguments().
| #define MAX_VAR_NAME 256 |
| #define MIN_VAR_ALLOC 32 |
| #define MTEST_VERSION "2.6" |
| #define PARSE_REGEX_ARG |
Value:
while (p < expr_end) \ {\ char c= *p;\ if (c == '/')\ {\ if (last_c == '\\')\ {\ buf_p[-1]= '/';\ }\ else\ {\ *buf_p++ = 0;\ break;\ } \ } \ else\ *buf_p++ = c;\ \ last_c= c;\ p++;\ } \
Definition at line 2039 of file mysqltest.c.
Referenced by init_replace_regex().
| #define PC_MALLOC 256 |
| #define PS_MALLOC 512 |
| #define QUERY_REAP 2 |
Definition at line 84 of file mysqltest.c.
Referenced by main(), run_query(), and run_query_normal().
| #define QUERY_SEND 1 |
Definition at line 83 of file mysqltest.c.
Referenced by main(), run_query(), and run_query_normal().
| #define RESULT_CONTENT_MISMATCH 1 |
| #define RESULT_LENGTH_MISMATCH 2 |
| #define RESULT_OK 0 |
| #define SECURE_REG_BUF |
Value:
if (buf_len < need_buf_len)\ {\ int off= res_p - buf;\ buf= (char*)my_realloc(buf,need_buf_len,MYF(MY_WME+MY_FAE));\ res_p= buf + off;\ buf_len= need_buf_len;\ }\
Definition at line 3505 of file mysqltest.c.
Referenced by reg_replace().
| #define SET_MALLOC_HUNC 64 |
| #define SLAVE_POLL_INTERVAL 300000 |
| #define SPACE_CHAR 256 |
| #define START_OF_LINE 257 |
| #define WEXITSTATUS | ( | stat_val | ) | ((unsigned)(stat_val) >> 8) |
| #define WORD_BIT (8*sizeof(uint)) |
Definition at line 5656 of file mysqltest.c.
Referenced by get_next_bit(), internal_clear_bit(), and internal_set_bit().
| typedef struct st_found_set FOUND_SET |
| typedef struct st_pointer_array POINTER_ARRAY |
| typedef struct st_rep_set REP_SET |
