1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-12 08:01:43 +03:00
Files
mariadb/include/mtr0types.h
2005-10-27 07:29:40 +00:00

15 lines
288 B
C

/******************************************************
Mini-transaction buffer global types
(c) 1995 Innobase Oy
Created 11/26/1995 Heikki Tuuri
*******************************************************/
#ifndef mtr0types_h
#define mtr0types_h
typedef struct mtr_struct mtr_t;
#endif