mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
15 lines
326 B
C
15 lines
326 B
C
/******************************************************
|
|
Insert buffer global types
|
|
|
|
(c) 1997 Innobase Oy
|
|
|
|
Created 7/29/1997 Heikki Tuuri
|
|
*******************************************************/
|
|
|
|
#ifndef ibuf0types_h
|
|
#define ibuf0types_h
|
|
|
|
typedef struct ibuf_data_struct ibuf_data_t;
|
|
typedef struct ibuf_struct ibuf_t;
|
|
|
|
#endif
|