My Project
Public Member Functions
Sql_cmd_partition_unsupported Class Reference

#include <sql_partition_admin.h>

Inheritance diagram for Sql_cmd_partition_unsupported:
Sql_cmd Sql_alloc Sql_cmd_alter_table_analyze_partition Sql_cmd_alter_table_check_partition Sql_cmd_alter_table_exchange_partition Sql_cmd_alter_table_optimize_partition Sql_cmd_alter_table_repair_partition Sql_cmd_alter_table_truncate_partition

List of all members.

Public Member Functions

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

Detailed Description

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


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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines