~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/m_string.h

  • Committer: Jay Pipes
  • Date: 2008-07-17 18:29:02 UTC
  • mto: This revision was merged to the branch mainline in revision 182.
  • Revision ID: jay@mysql.com-20080717182902-y2ofkl7jvmhl7gf5
Final removal of DBUG from vio/ & Round 1 cleanup of include/

Show diffs side-by-side

added added

removed removed

Lines of Context:
336
336
    const uchar *start_words= (const uchar *)(intptr_t)
337
337
       ((((uint64_t)(intptr_t)ptr) + SIZEOF_INT - 1) / SIZEOF_INT * SIZEOF_INT);
338
338
 
339
 
    DBUG_ASSERT(((uint64_t)(intptr_t)ptr) >= SIZEOF_INT);
 
339
    assert(((uint64_t)(intptr_t)ptr) >= SIZEOF_INT);
340
340
    if (end_words > ptr)
341
341
    {
342
342
      while (end > end_words && end[-1] == 0x20)