00001 /************************************************************************ 00002 Record manager global types 00003 00004 (c) 1994-1996 Innobase Oy 00005 00006 Created 5/30/1994 Heikki Tuuri 00007 *************************************************************************/ 00008 00009 #ifndef rem0types_h 00010 #define rem0types_h 00011 00012 /* We define the physical record simply as an array of bytes */ 00013 typedef byte rec_t; 00014 00015 00016 #endif
1.4.7

