1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Removed mysql_tzinfo_to_sql dependancy on sql/mysql_priv.h for circumventing

problems with unresolved dependancies on some platforms.
This commit is contained in:
dlenev@brandersnatch.localdomain
2004-06-25 21:04:48 +04:00
parent f6ea88e8a3
commit 9c35c402f2
3 changed files with 22 additions and 8 deletions

View File

@ -40,14 +40,6 @@ extern const key_map key_map_empty;
extern const key_map key_map_full;
extern const char *primary_key_name;
/*
Portable time_t replacement.
Should be signed and hold seconds for 1902-2038 range.
*/
typedef long my_time_t;
#define MY_TIME_T_MAX LONG_MAX
#define MY_TIME_T_MIN LONG_MIN
#include "mysql_com.h"
#include <violite.h>
#include "unireg.h"