~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/copy_info.h

  • Committer: Lee Bieber
  • Date: 2011-02-21 21:20:44 UTC
  • mfrom: (2187.1.2 build)
  • Revision ID: kalebral@gmail.com-20110221212044-x1j9pmv0230febuz
Merge Brian - getLex() usage and fix for table_name creation during admin commands.
Merge Olaf - Use List::begin() and Use List::iterator instead of List_iterator_fast

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef DRIZZLED_COPY_INFO_H
22
22
#define DRIZZLED_COPY_INFO_H
23
23
 
 
24
#include <drizzled/base.h>
 
25
#include <drizzled/sql_list.h>
 
26
 
24
27
namespace drizzled
25
28
{
26
29
 
 
30
class Item;
 
31
 
27
32
/**
28
33
  The COPY_INFO structure is used by INSERT/REPLACE code.
29
34
  The schema of the row counting by the INSERT/INSERT ... ON DUPLICATE KEY