MySQL 9.1.0
Source Code Documentation
|
#include "my_alloc.h"
#include "my_io.h"
#include "mysql/psi/mysql_file.h"
#include "print_version.h"
#include "sql/time_zone_common.h"
#include "sql/tzfile.h"
#include "strmake.h"
#include "welcome_copyright_notice.h"
Macros | |
#define | int4net(A) |
Functions | |
static bool | tz_load (const char *name, TIME_ZONE_INFO *sp, MEM_ROOT *storage) |
static void | print_tz_as_sql (const char *tz_name, const TIME_ZONE_INFO *sp) |
static void | print_tz_leaps_as_sql (const TIME_ZONE_INFO *sp) |
static bool | scan_tz_dir (char *name_end) |
void | sql_alloc_error_handler () |
int | main (int argc, char **argv) |
Variables | |
static const char *const | MAGIC_STRING_FOR_INVALID_ZONEINFO_FILE |
TIME_ZONE_INFO | tz_info |
MEM_ROOT | tz_storage |
char | fullname [FN_REFLEN+1] |
char * | root_name_end |
#define int4net | ( | A | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
|
static |
|
static |
|
static |
void sql_alloc_error_handler | ( | void | ) |
|
static |
char fullname[FN_REFLEN+1] |
|
static |
char* root_name_end |
TIME_ZONE_INFO tz_info |
MEM_ROOT tz_storage |