~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_dbug.c

  • Committer: Mark Atwood
  • Date: 2008-07-01 21:25:46 UTC
  • mto: This revision was merged to the branch mainline in revision 45.
  • Revision ID: mark@localhost.localdomain-20080701212546-jzs7ljtwcp2dcmgd
Remove all OpenSSL and all YaSSL code

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
      VOID(fprintf(stream,"%g",d_1));
114
114
      key=end;
115
115
      break;
 
116
#ifdef HAVE_LONG_LONG
116
117
    case HA_KEYTYPE_LONGLONG:
117
118
    {
118
119
      char buff[21];
139
140
      break;
140
141
    }
141
142
 
 
143
#endif
142
144
    case HA_KEYTYPE_VARTEXT1:                   /* VARCHAR and TEXT */
143
145
    case HA_KEYTYPE_VARTEXT2:                   /* VARCHAR and TEXT */
144
146
    case HA_KEYTYPE_VARBINARY1:                 /* VARBINARY and BLOB */