MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RandSchemaOp Struct Reference
Collaboration diagram for RandSchemaOp:

Classes

struct  Obj

Public Member Functions

 RandSchemaOp (unsigned *randseed=0)
int schema_op (Ndb *)
int validate (Ndb *)
int cleanup (Ndb *)
Objget_obj (Uint32 mask)
int create_table (Ndb *)
int create_index (Ndb *, Obj *)
int alter_table (Ndb *, Obj *)
int drop_obj (Ndb *, Obj *)
void remove_obj (Obj *)

Public Attributes

Vector< Obj * > m_objects

Detailed Description

Definition at line 2948 of file testDict.cpp.

Member Function Documentation

int RandSchemaOp::drop_obj ( Ndb ndb,
Obj obj 
)

Drop of table automatically drops all indexes

Definition at line 3139 of file testDict.cpp.

Here is the call graph for this function:


The documentation for this struct was generated from the following file: