~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_utility.h

MergedĀ trunkĀ up.

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)] &