~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/user_locks/user_locks_dictionary.cc

  • Committer: Brian Aker
  • Date: 2010-12-15 21:28:47 UTC
  • mto: This revision was merged to the branch mainline in revision 1998.
  • Revision ID: brian@tangent.org-20101215212847-c52kuprsbrcm8sfk
Update name usage for user defined objects.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
using namespace std;
30
30
 
31
31
user_locks::UserLocks::UserLocks() :
32
 
  plugin::TableFunction("DATA_DICTIONARY", "USER_LOCKS")
 
32
  plugin::TableFunction("DATA_DICTIONARY", "USER_DEFINED_LOCKS")
33
33
{
34
34
  add_field("USER_LOCK_NAME", plugin::TableFunction::STRING, user_locks::LARGEST_LOCK_NAME, false);
35
35
  add_field("SESSION_ID", plugin::TableFunction::NUMBER, 0, false);