summaryrefslogtreecommitdiff
path: root/storage/tokudb/mysql-test/tokudb/r/cluster_2968-3.result
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2016-06-10 20:48:59 +0200
committerSergei Golubchik <serg@mariadb.org>2016-06-10 20:48:59 +0200
commitca95cc603b35c8afd5cb0a5b257f181b6da6a8db (patch)
tree9006755076a4ebd5105dbf7fd92fab07f98b4af2 /storage/tokudb/mysql-test/tokudb/r/cluster_2968-3.result
parent77b548484eb1b7bc78757eb2e2d3cf5e83116d75 (diff)
parent9a957a5b56005f1387aedb77509e1a0c31b7da9a (diff)
downloadmariadb-git-ca95cc603b35c8afd5cb0a5b257f181b6da6a8db.tar.gz
Merge branch 'merge-tokudb-5.6' into 10.0-tokudb-merge
5.6.28-76.1
Diffstat (limited to 'storage/tokudb/mysql-test/tokudb/r/cluster_2968-3.result')
-rw-r--r--storage/tokudb/mysql-test/tokudb/r/cluster_2968-3.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/tokudb/mysql-test/tokudb/r/cluster_2968-3.result b/storage/tokudb/mysql-test/tokudb/r/cluster_2968-3.result
index a36df1f251e..85a318b7163 100644
--- a/storage/tokudb/mysql-test/tokudb/r/cluster_2968-3.result
+++ b/storage/tokudb/mysql-test/tokudb/r/cluster_2968-3.result
@@ -1062,8 +1062,8 @@ u CREATE TABLE `u` (
explain select straight_join * from s,t,u where s.b = t.b and s.c = u.c;
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE s ALL b NULL NULL NULL 1000 Using where
-1 SIMPLE t ref b b 5 test.s.b 11
-1 SIMPLE u ref c c 5 test.s.c 11
+1 SIMPLE t ref b b 5 test.s.b 1
+1 SIMPLE u ref c c 5 test.s.c 1
alter table s add key (b) clustering=yes;
Warnings:
Note 1831 Duplicate index 'b_2' defined on the table 'test.s'. This is deprecated and will be disallowed in a future release.