~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_string.cc

  • Committer: Monty Taylor
  • Date: 2009-02-21 02:48:50 UTC
  • mto: (892.1.5 devel)
  • mto: This revision was merged to the branch mainline in revision 898.
  • Revision ID: mordred@inaugust.com-20090221024850-q34zzui2spju93et
Fixed more warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
807
807
    }
808
808
  }
809
809
 
810
 
  assert(false); // Should never get to here
 
810
#ifndef __sun
811
811
  return 0;           // Make compiler happy
 
812
#endif
812
813
}
813
814
 
814
815