~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamchk.c

  • Committer: Monty Taylor
  • Date: 2008-10-04 18:42:30 UTC
  • Revision ID: monty@inaugust.com-20081004184230-j2j1uottu2d0yl0m
Removed NullS. bu-bye.

Show diffs side-by-side

added added

removed removed

Lines of Context:
439
439
}
440
440
 
441
441
const char *myisam_stats_method_names[] = {"nulls_unequal", "nulls_equal",
442
 
                                           "nulls_ignored", NullS};
 
442
                                           "nulls_ignored", NULL};
443
443
TYPELIB myisam_stats_method_typelib= {
444
444
  array_elements(myisam_stats_method_names) - 1, "",
445
445
  myisam_stats_method_names, NULL};