summaryrefslogtreecommitdiff
path: root/innobase/include
diff options
context:
space:
mode:
authorheikki@hundin.mysql.fi <>2002-10-31 12:03:34 +0200
committerheikki@hundin.mysql.fi <>2002-10-31 12:03:34 +0200
commit23657e8c33b2702ad2477ac0c375cbf575dee616 (patch)
tree9b2f90e976765c285ac30d5add776282f9a6b7fd /innobase/include
parentf51bc42cf5fbc86c62876b4f9fa994d09a3ad73c (diff)
downloadmariadb-git-23657e8c33b2702ad2477ac0c375cbf575dee616.tar.gz
srv0start.h, srv0start.c, ha_innodb.cc:
Add check that sizeof(trx_t) is the same in ha_inndob.cc and InnoDB compilation modules
Diffstat (limited to 'innobase/include')
-rw-r--r--innobase/include/srv0start.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/innobase/include/srv0start.h b/innobase/include/srv0start.h
index 646d2c1bb06..24cdecb7341 100644
--- a/innobase/include/srv0start.h
+++ b/innobase/include/srv0start.h
@@ -79,6 +79,8 @@ innobase_shutdown_for_mysql(void);
/*=============================*/
/* out: DB_SUCCESS or error code */
+extern ulint srv_sizeof_trx_t_in_ha_innodb_cc;
+
extern ibool srv_startup_is_before_trx_rollback_phase;
extern ibool srv_is_being_shut_down;