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

20 lines
418 B
C

/************************************************************************
Some type definitions
(c) 1994-2000 Innobase Oy
Created 9/21/2000 Heikki Tuuri
*************************************************************************/
#ifndef data0types_h
#define data0types_h
/* SQL data field struct */
typedef struct dfield_struct dfield_t;
/* SQL data tuple struct */
typedef struct dtuple_struct dtuple_t;
#endif