~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_load.cc

  • Committer: Brian Aker
  • Date: 2008-08-16 22:34:15 UTC
  • mto: This revision was merged to the branch mainline in revision 346.
  • Revision ID: brian@tangent.org-20080816223415-n24esdpfcqi4pwpy
Refactor around classes. TABLE_LIST has been factored out of table.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
{
117
117
  char name[FN_REFLEN];
118
118
  File file;
119
 
  TABLE *table= NULL;
 
119
  Table *table= NULL;
120
120
  int error;
121
121
  String *field_term=ex->field_term,*escaped=ex->escaped;
122
122
  String *enclosed=ex->enclosed;
508
508
{
509
509
  List_iterator_fast<Item> it(fields_vars);
510
510
  Item_field *sql_field;
511
 
  TABLE *table= table_list->table;
 
511
  Table *table= table_list->table;
512
512
  uint64_t id;
513
513
  bool err;
514
514
 
625
625
{
626
626
  List_iterator_fast<Item> it(fields_vars);
627
627
  Item *item;
628
 
  TABLE *table= table_list->table;
 
628
  Table *table= table_list->table;
629
629
  uint enclosed_length;
630
630
  uint64_t id;
631
631
  bool err;