diff options
author | unknown <sergefp@mysql.com> | 2003-12-18 21:07:19 +0300 |
---|---|---|
committer | unknown <sergefp@mysql.com> | 2003-12-18 21:07:19 +0300 |
commit | 2a16b22bf7adbbf90acc1784fbd543a626a8cc12 (patch) | |
tree | 8b68ecad08a61aaa19e271047b31f194d5e69785 /mysql-test/r/index_merge_bdb.result | |
parent | 89a2445e84cbccf9b063b34ccf4bb432cfa98de4 (diff) | |
download | mariadb-git-2a16b22bf7adbbf90acc1784fbd543a626a8cc12.tar.gz |
Post-merge fixes and code cleanup
Diffstat (limited to 'mysql-test/r/index_merge_bdb.result')
-rw-r--r-- | mysql-test/r/index_merge_bdb.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/index_merge_bdb.result b/mysql-test/r/index_merge_bdb.result index 73293d0b808..77d5ba31e53 100644 --- a/mysql-test/r/index_merge_bdb.result +++ b/mysql-test/r/index_merge_bdb.result @@ -7,7 +7,7 @@ filler char(200), filler2 char(200), index(key1), index(key2), -) type=bdb; +) engine=bdb; select * from t1 where (key1 >= 2 and key1 <= 10) or (pk >= 4 and pk <=8 ); pk key1 key2 filler filler2 2 2 2 filler-data filler-data-2 |