3528 Jonas Oreland 2011-09-28
ndb - this patch changes result file for innodb-index.result. The reason for the change is assumed to be online alter, that forces innodb to reopen the table one more time. The results that we now record can also be achived by restarting the mysqld before doing the explain...so somwthing is broken here anyway
modified:
mysql-test/suite/innodb/r/innodb-index.result
3527 magnus.blaudd@stripped 2011-09-27
Remove WARN_QUERY_PUSHED from errmsg-utf8.txt, it has been hardcoded until reserved in trunk
modified:
sql/share/errmsg-utf8.txt
=== modified file 'mysql-test/suite/innodb/r/innodb-index.result'
--- a/mysql-test/suite/innodb/r/innodb-index.result 2011-09-25 20:16:51 +0000
+++ b/mysql-test/suite/innodb/r/innodb-index.result 2011-09-28 09:06:37 +0000
@@ -877,7 +877,7 @@ Table Op Msg_type Msg_text
test.t1 check status OK
explain select * from t1 where b like 'adfd%';
id select_type table type possible_keys key key_len ref rows Extra
-1 SIMPLE t1 ALL b NULL NULL NULL 15 Using where
+1 SIMPLE t1 range b b 769 NULL 11 Using where
drop table t1;
set global innodb_file_per_table=on;
set global innodb_file_format='Barracuda';
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.5-cluster branch (jonas.oreland:3527 to 3528) | Jonas Oreland | 2 Oct |