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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user