~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_load.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-28 23:02:08 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110328230208-v5ik8zxd506upo7n
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <drizzled/sql_list.h>
24
24
#include <drizzled/item.h>
25
25
 
26
 
namespace drizzled
27
 
{
28
 
 
29
 
class TableList;
30
 
class file_exchange;
31
 
class Session;
32
 
class Table;
33
 
class CopyInfo;
 
26
namespace drizzled {
34
27
 
35
28
int load(Session *session, file_exchange *ex, TableList *table_list,
36
29
               List<Item> &fields_vars, List<Item> &set_fields,