~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: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:
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;