Merge maint1.mysql.com:/data/localhome/tsmith/bk/bfx/my50-bfx

into  maint1.mysql.com:/data/localhome/tsmith/bk/50
This commit is contained in:
tsmith@maint1.mysql.com 2006-09-07 01:20:03 +02:00
commit 330fb6a3be

View file

@ -7043,10 +7043,10 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
}
switch (method-1) {
case 0:
method_conv= MI_STATS_METHOD_NULLS_EQUAL;
method_conv= MI_STATS_METHOD_NULLS_NOT_EQUAL;
break;
case 1:
method_conv= MI_STATS_METHOD_NULLS_NOT_EQUAL;
method_conv= MI_STATS_METHOD_NULLS_EQUAL;
break;
case 2:
method_conv= MI_STATS_METHOD_IGNORE_NULLS;