~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/name_resolution_context.h

  • Committer: Monty Taylor
  • Date: 2009-12-25 09:11:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1255.
  • Revision ID: mordred@inaugust.com-20091225091155-4edipjfiffzu37oy
Moved sql_alloc into memory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 * structure before and after INSERT/CREATE and its SELECT to make correct
45
45
 * field name resolution.
46
46
 */
47
 
class Name_resolution_context: public Sql_alloc
 
47
class Name_resolution_context: public drizzled::memory::SqlAlloc
48
48
{
49
49
public:
50
50
  /**