mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fixed for Ia64 + delayed key creation + a lot of small bug fixes
This commit is contained in:
@@ -6,7 +6,11 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/* === regex2.h === */
|
||||
#ifdef _WIN64
|
||||
typedef __int64 regoff_t;
|
||||
#else
|
||||
typedef off_t regoff_t;
|
||||
#endif
|
||||
struct re_guts; /* none of your business :-) */
|
||||
typedef struct {
|
||||
int re_magic;
|
||||
|
||||
Reference in New Issue
Block a user