1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

remove unneded #include's that had a dubious explanation

This commit is contained in:
Sergei Golubchik
2015-10-23 11:31:18 +02:00
parent 2c0bcfff8c
commit fb8713385f
30 changed files with 15 additions and 28 deletions

View File

@ -17,12 +17,14 @@
@file
File containing constants that can be used throughout the server.
@note This file shall not contain any includes of any kinds.
@note This file shall not contain or include any declarations of any kinds.
*/
#ifndef SQL_CONST_INCLUDED
#define SQL_CONST_INCLUDED
#include <mysql_version.h>
#define LIBLEN FN_REFLEN-FN_LEN /* Max l{ngd p} dev */
/* extra 4+4 bytes for slave tmp tables */
#define MAX_DBKEY_LENGTH (NAME_LEN*2+1+1+4+4)