~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_derived.cc

Renamed __attribute__((__unused__)) to __attribute__((unused)). 
It takes up a few less chars, but also seems to be the standard usage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
    true   Error
95
95
*/
96
96
 
97
 
bool mysql_derived_prepare(THD *thd, LEX *lex __attribute__((__unused__)),
 
97
bool mysql_derived_prepare(THD *thd, LEX *lex __attribute__((unused)),
98
98
                           TABLE_LIST *orig_table_list)
99
99
{
100
100
  SELECT_LEX_UNIT *unit= orig_table_list->derived;