mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Merge from bugteam team tree.
This commit is contained in:
commit
52db1b8153
1487 changed files with 32400 additions and 20448 deletions
|
|
@ -723,7 +723,6 @@ typedef SOCKET_SIZE_TYPE size_socket;
|
|||
#define UNSINT32 /* unsigned int32 */
|
||||
|
||||
/* General constants */
|
||||
#define SC_MAXWIDTH 256 /* Max width of screen (for error messages) */
|
||||
#define FN_LEN 256 /* Max file name len */
|
||||
#define FN_HEADLEN 253 /* Max length of filepart of file name */
|
||||
#define FN_EXTLEN 20 /* Max length of extension (part of FN_LEN) */
|
||||
|
|
@ -1132,6 +1131,9 @@ typedef char bool; /* Ordinary boolean values 0 1 */
|
|||
#define dbug_volatile
|
||||
#endif
|
||||
|
||||
/* Some helper macros */
|
||||
#define YESNO(X) ((X) ? "yes" : "no")
|
||||
|
||||
/* Defines for time function */
|
||||
#define SCALE_SEC 100
|
||||
#define SCALE_USEC 10000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue