diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2010-12-02 14:10:52 +0300 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2010-12-02 14:10:52 +0300 |
commit | 44be131cd3ba86292342a48e6800f77ba3e3664c (patch) | |
tree | d0b329578f9ac00517aa1f03ffa2fe08e796b32e /mysql-test/r/maria_mrr.result | |
parent | f2abf5f6b14a9b9cb62f0f90ec38464e42f0004f (diff) | |
download | mariadb-git-44be131cd3ba86292342a48e6800f77ba3e3664c.tar.gz |
MWL#121-125 DS-MRR improvements
- Address Monty's review feedback, part 5
Diffstat (limited to 'mysql-test/r/maria_mrr.result')
-rw-r--r-- | mysql-test/r/maria_mrr.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/maria_mrr.result b/mysql-test/r/maria_mrr.result index 9153d795a17..bf1173e0bed 100644 --- a/mysql-test/r/maria_mrr.result +++ b/mysql-test/r/maria_mrr.result @@ -169,6 +169,7 @@ c-1020=w filler c-1021=w filler c-1022=w filler c-1023=w filler +drop table if exists t4; create table t4 (a varchar(10), b int, c char(10), filler char(200), key idx1 (a, b, c)); insert into t4 (filler) select concat('NULL-', 15-a) from t2 order by a limit 15; |