summaryrefslogtreecommitdiffstats
path: root/storage/myisammrg/mysql-test/storage_engine/type_float_indexes.rdiff
blob: eb4da4db9511a571df5fa29da6e3b4cf5d6188b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- type_float_indexes.result	2013-01-22 22:05:05.246633000 +0400
+++ type_float_indexes.reject	2013-01-23 02:51:13.059333973 +0400
@@ -60,7 +60,7 @@
 ALTER TABLE t1 ADD UNIQUE KEY(d);
 EXPLAIN SELECT d FROM t1 WHERE r > 0 and d > 0 ORDER BY d;
 id	select_type	table	type	possible_keys	key	key_len	ref	rows	Extra
-#	#	#	#	#	d	#	#	#	#
+#	#	#	#	#	NULL	#	#	#	#
 SELECT d FROM t1 WHERE r > 0 and d > 0 ORDER BY d;
 d
 1.2345