MySQL 5.6.14 Source Code Document
|
Classes | |
struct | Obj |
Public Member Functions | |
RandSchemaOp (unsigned *randseed=0) | |
int | schema_op (Ndb *) |
int | validate (Ndb *) |
int | cleanup (Ndb *) |
Obj * | get_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 |
Definition at line 2948 of file testDict.cpp.
Drop of table automatically drops all indexes
Definition at line 3139 of file testDict.cpp.