~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/ident.cc

  • Committer: Tim Penhey
  • Date: 2010-02-11 00:28:04 UTC
  • mfrom: (1271.6.2 unify_error)
  • mto: This revision was merged to the branch mainline in revision 1348.
  • Revision ID: tim@penhey.net-20100211002804-l37rv3exdak25taw
Merge prev pipe and resolve conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <drizzled/current_session.h>
24
24
#include <drizzled/item/ident.h>
25
25
 
26
 
using namespace drizzled;
27
26
using namespace std;
28
27
 
 
28
namespace drizzled
 
29
{
 
30
 
29
31
const uint32_t NO_CACHED_FIELD_INDEX= UINT32_MAX;
30
32
 
31
33
Item_ident::Item_ident(Name_resolution_context *context_arg,
191
193
  tmp_field->decimals= field->decimals();
192
194
}
193
195
 
 
196
} /* namespace drizzled */