fix for non-debug build

This commit is contained in:
unknown 2008-02-11 21:41:20 +01:00
parent 17b9038942
commit cd5b213d71

View file

@ -379,8 +379,8 @@ static struct my_option my_long_options[] =
{ "zerofill-keep-lsn", OPT_ZEROFILL_KEEP_LSN,
"Like --zerofill but does not zero out LSN of data/index pages;"
" used only for testing and debugging",
#endif
0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
#endif
{ 0, 0, 0, 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}
};