diff options
author | unknown <igor@rurik.mysql.com> | 2006-05-31 22:55:45 -0700 |
---|---|---|
committer | unknown <igor@rurik.mysql.com> | 2006-05-31 22:55:45 -0700 |
commit | 76343a5dce18e2858fbc02fa95f4d2a9d3b10131 (patch) | |
tree | 2f722241c9671de63cb9de3c5bf019e9fdfedb0a /mysql-test/include | |
parent | 34c6f402d3d42bbdba7a2e187eea97b664258430 (diff) | |
download | mariadb-git-76343a5dce18e2858fbc02fa95f4d2a9d3b10131.tar.gz |
Post-merge fixes
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/common-tests.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/include/common-tests.inc b/mysql-test/include/common-tests.inc index 46d0182d17f..882ac689498 100644 --- a/mysql-test/include/common-tests.inc +++ b/mysql-test/include/common-tests.inc @@ -1296,9 +1296,9 @@ explain select fld3 from t2 use index (fld1,fld3) where fld3 = 'honeysuckle'; # The next should give an error # --- error 1072 +-- error 1176 explain select fld3 from t2 ignore index (fld3,not_used); --- error 1072 +-- error 1176 explain select fld3 from t2 use index (not_used); # |