~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Brian Aker
  • Date: 2010-11-27 18:27:58 UTC
  • mfrom: (1948.2.15 catalogs)
  • Revision ID: brian@tangent.org-20101127182758-dmlrboyhsazqa1tm
Merge in additiona fixes, includes a number of bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1821
1821
static const std::bitset<CF_BIT_SIZE> CF_SHOW_TABLE_COMMAND(1 << CF_BIT_SHOW_TABLE_COMMAND);
1822
1822
static const std::bitset<CF_BIT_SIZE> CF_WRITE_LOGS_COMMAND(1 << CF_BIT_WRITE_LOGS_COMMAND);
1823
1823
 
 
1824
namespace display  {
 
1825
const std::string &type(drizzled::Session::global_read_lock_t type);
 
1826
size_t max_string_length(drizzled::Session::global_read_lock_t type);
 
1827
} /* namespace display */
 
1828
 
1824
1829
} /* namespace drizzled */
1825
1830
 
1826
1831
#endif /* DRIZZLED_SESSION_H */