~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/field.cc

  • Committer: Monty Taylor
  • Date: 2008-07-11 15:49:04 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 134.
  • Revision ID: monty@inaugust.com-20080711154904-nrtkef3bo1jvzrds
A crapton more warning cleanups (I turned on more warnings) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
7409
7409
  case MYSQL_TYPE_VAR_STRING:
7410
7410
    assert(0);  /* Impossible. */
7411
7411
    break;
 
7412
  case MYSQL_TYPE_INT24:
 
7413
    assert(0);  /* Impossible, we killed it */
 
7414
    break;
7412
7415
  }
7413
7416
  /* Remember the value of length */
7414
7417
  char_length= length;