~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_insert.cc

  • Committer: Brian Aker
  • Date: 2009-02-07 22:33:25 UTC
  • Revision ID: brian@tangent.org-20090207223325-5ipgldvw1pkghboq
typdef class removal (just... use the name of the class).

Show diffs side-by-side

added added

removed removed

Lines of Context:
588
588
  */
589
589
  if (!select_insert)
590
590
  {
591
 
    for (Select_Lex_UNIT *un= select_lex->first_inner_unit();
 
591
    for (Select_Lex_Unit *un= select_lex->first_inner_unit();
592
592
         un;
593
593
         un= un->next_unit())
594
594
    {
1066
1066
 
1067
1067
 
1068
1068
int
1069
 
select_insert::prepare(List<Item> &values, Select_Lex_UNIT *u)
 
1069
select_insert::prepare(List<Item> &values, Select_Lex_Unit *u)
1070
1070
{
1071
1071
  LEX *lex= session->lex;
1072
1072
  int res;
1606
1606
 
1607
1607
 
1608
1608
int
1609
 
select_create::prepare(List<Item> &values, Select_Lex_UNIT *u)
 
1609
select_create::prepare(List<Item> &values, Select_Lex_Unit *u)
1610
1610
{
1611
1611
  DRIZZLE_LOCK *extra_lock= NULL;
1612
1612
  /*