mirror of
https://github.com/MariaDB/server.git
synced 2025-12-12 08:01:43 +03:00
16 lines
325 B
C
16 lines
325 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;
|
|
typedef struct cursor_view_struct cursor_view_t;
|
|
|
|
#endif
|