~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

updating to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1599
1599
     * table/schema information via error messages
1600
1600
     */
1601
1601
    identifier::Table the_table(tables->getSchemaName(), tables->getTableName());
1602
 
    if (not plugin::Authorization::isAuthorized(user(), the_table))
 
1602
    if (not plugin::Authorization::isAuthorized(*user(), the_table))
1603
1603
    {
1604
1604
      result= -1;                               // Fatal error
1605
1605
      break;