~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/user_locks/barrier_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:
32
32
namespace barriers {
33
33
 
34
34
UserBarriers::UserBarriers() :
35
 
  plugin::TableFunction("DATA_DICTIONARY", "USER_BARRIERS")
 
35
  plugin::TableFunction("DATA_DICTIONARY", "USER_DEFINED_BARRIERS")
36
36
{
37
37
  add_field("USER_BARRIER_NAME", plugin::TableFunction::STRING, LARGEST_LOCK_NAME, false);
38
38
  add_field("SESSION_ID", plugin::TableFunction::NUMBER, 0, false);