mirror of
https://github.com/MariaDB/server.git
synced 2025-12-12 08:01:43 +03:00
branches/zip: Introduce the unsigned 64-bit data type ib_ulonglong
for log sequence numbers, to replace dulint.
This commit is contained in:
@@ -78,8 +78,8 @@ int
|
||||
innobase_shutdown_for_mysql(void);
|
||||
/*=============================*/
|
||||
/* out: DB_SUCCESS or error code */
|
||||
extern dulint srv_shutdown_lsn;
|
||||
extern dulint srv_start_lsn;
|
||||
extern ib_ulonglong srv_shutdown_lsn;
|
||||
extern ib_ulonglong srv_start_lsn;
|
||||
|
||||
#ifdef __NETWARE__
|
||||
void set_panic_flag_for_netware(void);
|
||||
|
||||
Reference in New Issue
Block a user