1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-29 00:08:14 +03:00
Files
mariadb/innobase/include/read0types.h
2001-02-17 14:19:19 +02:00

15 lines
276 B
C

/******************************************************
Cursor read
(c) 1997 Innobase Oy
Created 2/16/1997 Heikki Tuuri
*******************************************************/
#ifndef read0types_h
#define read0types_h
typedef struct read_view_struct read_view_t;
#endif