mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
15 lines
288 B
C
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
|