~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_utility.h

  • Committer: Brian Aker
  • Date: 2008-08-09 02:51:06 UTC
  • Revision ID: brian@tangent.org-20080809025106-cnk5oxfjkb882c2r
Full removal of my_bool from central server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
    This function returns whether the field on the master can be null.
190
190
    This value is derived from field->maybe_null().
191
191
  */
192
 
  my_bool maybe_null(uint32_t index) const
 
192
  bool maybe_null(uint32_t index) const
193
193
  {
194
194
    assert(index < m_size);
195
195
    return ((m_null_bits[(index / 8)] &