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

Public Attributes

const char * tablespace_name
const char * logfile_group_name
enum ts_command_type ts_cmd_type
enum ts_alter_tablespace_type ts_alter_tablespace_type
const char * data_file_name
const char * undo_file_name
const char * redo_file_name
ulonglong extent_size
ulonglong undo_buffer_size
ulonglong redo_buffer_size
ulonglong initial_size
ulonglong autoextend_size
ulonglong max_size
uint nodegroup_id
handlertonstorage_engine
bool wait_until_completed
const char * ts_comment
enum tablespace_access_mode ts_access_mode

Additional Inherited Members

- Static Public Member Functions inherited from Sql_alloc
static void * operator new (size_t size) throw ()
static void * operator new[] (size_t size) throw ()
static void * operator new[] (size_t size, MEM_ROOT *mem_root) throw ()
static void * operator new (size_t size, MEM_ROOT *mem_root) throw ()
static void operator delete (void *ptr, size_t size)
static void operator delete (void *ptr, MEM_ROOT *mem_root)
static void operator delete[] (void *ptr, MEM_ROOT *mem_root)
static void operator delete[] (void *ptr, size_t size)

Detailed Description

Definition at line 626 of file handler.h.


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