You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
325 B

/******************************************************
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