~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_update.cc

  • Committer: Brian Aker
  • Date: 2009-02-07 22:02:41 UTC
  • Revision ID: brian@tangent.org-20090207220241-ez3828o1246ab2sp
Removing on typedeffed class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
  Table         *table;
169
169
  SQL_SELECT    *select;
170
170
  READ_RECORD   info;
171
 
  SELECT_LEX    *select_lex= &session->lex->select_lex;
 
171
  Select_Lex    *select_lex= &session->lex->select_lex;
172
172
  bool          need_reopen;
173
173
  uint64_t     id;
174
174
  List<Item> all_fields;
726
726
                         Item **conds, uint32_t order_num, order_st *order)
727
727
{
728
728
  List<Item> all_fields;
729
 
  SELECT_LEX *select_lex= &session->lex->select_lex;
 
729
  Select_Lex *select_lex= &session->lex->select_lex;
730
730
 
731
731
  session->lex->allow_sum_func= 0;
732
732
 
945
945
                        COND *conds,
946
946
                        uint64_t options,
947
947
                        enum enum_duplicates handle_duplicates, bool ignore,
948
 
                        SELECT_LEX_UNIT *unit, SELECT_LEX *select_lex)
 
948
                        Select_Lex_UNIT *unit, Select_Lex *select_lex)
949
949
{
950
950
  multi_update *result;
951
951
  bool res;
998
998
*/
999
999
 
1000
1000
int multi_update::prepare(List<Item> &,
1001
 
                          SELECT_LEX_UNIT *)
 
1001
                          Select_Lex_UNIT *)
1002
1002
{
1003
1003
  TableList *table_ref;
1004
1004
  SQL_LIST update;