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