~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-16 03:55:56 UTC
  • mfrom: (1996.1.2 build-n-staging)
  • Revision ID: brian@tangent.org-20101216035556-dwkzlwvs45lhdnqe
1) Rename of tables to meet common naming.
2) moved "crash" to be in a debug plugin.

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);