MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Sql_cmd_partition_unsupported Class Reference

#include <sql_partition_admin.h>

Inheritance diagram for Sql_cmd_partition_unsupported:
Collaboration diagram for Sql_cmd_partition_unsupported:

Public Member Functions

virtual enum_sql_command sql_command_code () const
 Return the command code for this statement.
bool execute (THD *thd)

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

Stub class that returns a error if the partition storage engine is not supported.

Definition at line 25 of file sql_partition_admin.h.

Member Function Documentation

bool Sql_cmd_partition_unsupported::execute ( THD *  thd)
virtual

Execute this SQL statement.

Parameters
thdthe current thread.
Return values
falseon success.
trueon error

Implements Sql_cmd.

Definition at line 36 of file sql_partition_admin.cc.


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