~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mi_create.c

  • Committer: Brian Aker
  • Date: 2008-08-14 20:59:41 UTC
  • Revision ID: brian@tangent.org-20080814205941-rdqc6mqguf50mvoq
Remove SET

Show diffs side-by-side

added added

removed removed

Lines of Context:
431
431
  share.state.unique=   (ulong) 0;
432
432
  share.state.update_count=(ulong) 0;
433
433
  share.state.version=  (ulong) time((time_t*) 0);
434
 
  share.state.sortkey=  UINT16_MAX;
 
434
  share.state.sortkey=  (ushort) ~0;
435
435
  share.state.auto_increment=ci->auto_increment;
436
436
  share.options=options;
437
437
  share.base.rec_reflength=pointer;