1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-15 08:21:24 +03:00

branches/zip: Replace ib_ulonglong with ib_uint64_t, since we want exactly

64 bits.  "long long" might be longer than 64 bits on some systems.
This commit is contained in:
marko
2006-11-29 14:52:16 +00:00
parent 519ba6f47c
commit 329a29c2fb
26 changed files with 246 additions and 246 deletions

View File

@@ -78,8 +78,8 @@ int
innobase_shutdown_for_mysql(void);
/*=============================*/
/* out: DB_SUCCESS or error code */
extern ib_ulonglong srv_shutdown_lsn;
extern ib_ulonglong srv_start_lsn;
extern ib_uint64_t srv_shutdown_lsn;
extern ib_uint64_t srv_start_lsn;
#ifdef __NETWARE__
void set_panic_flag_for_netware(void);