23#ifndef SQL_IMPORT_INCLUDED
24#define SQL_IMPORT_INCLUDED
A typesafe replacement for DYNAMIC_ARRAY.
Definition: mem_root_array.h:60
Command class for the IMPORT command.
Definition: sql_import.h:41
enum_sql_command sql_command_code() const override
Provide access to the command code enum value.
Definition: sql_import.cc:207
Mem_root_array_YY< LEX_STRING > Sdi_patterns_type
Definition: sql_import.h:42
bool execute(THD *thd) override
Import tables from SDI files or patterns provided to constructor.
Definition: sql_import.cc:64
Sql_cmd_import_table(const Sdi_patterns_type &patterns)
Called by sql_yacc.yy.
Definition: sql_import.cc:60
const Sdi_patterns_type m_sdi_patterns
Definition: sql_import.h:43
Representation of an SQL command.
Definition: sql_cmd.h:81
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:33
enum_sql_command
Definition: my_sqlcommand.h:45
Representation of an SQL command.