~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/function_engine/function.h

  • Committer: Monty Taylor
  • Date: 2011-03-10 18:13:13 UTC
  • mfrom: (2224.4.4 drizzle-trunk)
  • mto: This revision was merged to the branch mainline in revision 2228.
  • Revision ID: mordred@inaugust.com-20110310181313-fwpgleax1dd3ehns
Merged Brian: Fixes for 731189

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
  int doCreateTable(drizzled::Session&,
50
50
                    drizzled::Table&,
51
51
                    const drizzled::identifier::Table &,
52
 
                    drizzled::message::Table&)
 
52
                    const drizzled::message::Table&)
53
53
  {
54
54
    return drizzled::ER_TABLE_PERMISSION_DENIED;
55
55
  }