Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
dict0types.h
Package: mysql-4.1.16-win-src.zip [view]
Upload User: romrleung
Upload Date: 2022-05-23
Package Size: 18897k
Code Size: 1k
Category:
MySQL
Development Platform:
Visual C++
- /******************************************************
- Data dictionary global types
- (c) 1996 Innobase Oy
- Created 1/8/1996 Heikki Tuuri
- *******************************************************/
- #ifndef dict0types_h
- #define dict0types_h
- typedef struct dict_sys_struct dict_sys_t;
- typedef struct dict_col_struct dict_col_t;
- typedef struct dict_field_struct dict_field_t;
- typedef struct dict_index_struct dict_index_t;
- typedef struct dict_tree_struct dict_tree_t;
- typedef struct dict_table_struct dict_table_t;
- typedef struct dict_foreign_struct dict_foreign_t;
- /* A cluster object is a table object with the type field set to
- DICT_CLUSTERED */
- typedef dict_table_t dict_cluster_t;
- typedef struct ind_node_struct ind_node_t;
- typedef struct tab_node_struct tab_node_t;
- #endif