~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_union.cc

  • Committer: Brian Aker
  • Date: 2008-07-20 22:02:56 UTC
  • Revision ID: brian@tangent.org-20080720220256-83c03tqqm1593qdq
Cleanup sql_lex to modern types.

Show diffs side-by-side

added added

removed removed

Lines of Context:
190
190
 
191
191
 
192
192
bool st_select_lex_unit::prepare(THD *thd_arg, select_result *sel_result,
193
 
                                 ulong additional_options)
 
193
                                 uint32_t additional_options)
194
194
{
195
195
  SELECT_LEX *lex_select_save= thd_arg->lex->current_select;
196
196
  SELECT_LEX *sl, *first_sl= first_select();