~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/sql_derived.cc

  • Committer: Monty Taylor
  • Date: 2008-07-09 16:33:52 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 112.
  • Revision ID: monty@inaugust.com-20080709163352-yv7jbu81frc1l4ec
Finished the warnings work!

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
    TRUE   Error
99
99
*/
100
100
 
101
 
bool mysql_derived_prepare(THD *thd, LEX *lex, TABLE_LIST *orig_table_list)
 
101
bool mysql_derived_prepare(THD *thd, LEX *lex __attribute__((__unused__)),
 
102
                           TABLE_LIST *orig_table_list)
102
103
{
103
104
  SELECT_LEX_UNIT *unit= orig_table_list->derived;
104
105
  ulonglong create_options;