~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

Renamed namespace slot to namespace service.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3207
3207
            }
3208
3208
            else
3209
3209
            {
3210
 
              /* Retrieving the result of slot::Function::get */
 
3210
              /* Retrieving the result of service::Function::get */
3211
3211
              const plugin::Function *udf= $<udf>3;
3212
3212
              if (udf)
3213
3213
              {