mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
Merge maint1.mysql.com:/data/localhome/tsmith/bk/bfx/my50-bfx
into maint1.mysql.com:/data/localhome/tsmith/bk/bfx/my51-bfx
This commit is contained in:
commit
8991a269f1
1 changed files with 2 additions and 2 deletions
|
|
@ -7592,10 +7592,10 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
|
||||||
}
|
}
|
||||||
switch (method-1) {
|
switch (method-1) {
|
||||||
case 0:
|
case 0:
|
||||||
method_conv= MI_STATS_METHOD_NULLS_EQUAL;
|
method_conv= MI_STATS_METHOD_NULLS_NOT_EQUAL;
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
method_conv= MI_STATS_METHOD_NULLS_NOT_EQUAL;
|
method_conv= MI_STATS_METHOD_NULLS_EQUAL;
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
method_conv= MI_STATS_METHOD_IGNORE_NULLS;
|
method_conv= MI_STATS_METHOD_IGNORE_NULLS;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue