|
My Project
|
This file defines all string functions. More...
#include "sha2.h"#include "my_global.h"#include "sql_priv.h"#include "sql_class.h"#include "set_var.h"#include "mysqld.h"#include "sql_acl.h"#include "des_key_file.h"#include "password.h"#include "crypt_genhash_impl.h"#include <m_ctype.h>#include <base64.h>#include "my_md5.h"#include "sha1.h"#include "my_aes.h"#include <zlib.h>#include "my_rnd.h"#include "../mysys/my_static.h"#include <my_dir.h>Classes | |
| class | iv_argument |
Defines | |
| #define | bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') |
| #define | get_esc_bit(mask, num) (1 & (*((mask) + ((num) >> 3))) >> ((num) & 7)) |
| #define | UUID_TIME_OFFSET |
| #define | UUID_VERSION 0x1000 |
| #define | UUID_VARIANT 0x8000 |
Functions | |
| String * | alloc_buffer (String *res, String *str, String *tmp_value, ulong length) |
Variables | |
| const int | FORMAT_MAX_DECIMALS = 30 |
This file defines all string functions.
| #define UUID_TIME_OFFSET |
((ulonglong) 141427 * 24 * 60 * 60 * \
1000 * 1000 * 10)
number of 100-nanosecond intervals between 1582-10-15 00:00:00.00 and 1970-01-01 00:00:00.00.
| const int FORMAT_MAX_DECIMALS = 30 |
Change a number to format '3,333,333,333.000'.
This should be 'internationalized' sometimes.
1.7.6.1