mirror of
https://github.com/MariaDB/server.git
synced 2025-08-29 00:08:14 +03: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
|