diff --git a/mysql-test/suite/tokudb.cluster/r/update.result b/mysql-test/suite/tokudb.cluster/r/update.result index 5302b876da0..0b6f2791266 100644 --- a/mysql-test/suite/tokudb.cluster/r/update.result +++ b/mysql-test/suite/tokudb.cluster/r/update.result @@ -89,7 +89,7 @@ a 9 explain select a,b from t1 where b > 30; id select_type table type possible_keys key key_len ref rows Extra -1 SIMPLE t1 index b b 5 NULL NULL; Using where; Using index +1 SIMPLE t1 NA b b 5 NULL NULL; Using where; Using index select a,b from t1 where b > 30; a b 4 45 diff --git a/mysql-test/suite/tokudb.cluster/t/update.test b/mysql-test/suite/tokudb.cluster/t/update.test index f38531dc993..dcf28a0814b 100644 --- a/mysql-test/suite/tokudb.cluster/t/update.test +++ b/mysql-test/suite/tokudb.cluster/t/update.test @@ -68,7 +68,7 @@ explain select a from t1 where a > 8; select a from t1 where a > 8; # ignore rows column ---replace_column 9 NULL; +--replace_column 4 NA 9 NULL; explain select a,b from t1 where b > 30; select a,b from t1 where b > 30;