summaryrefslogtreecommitdiff
path: root/mysql-test/r/handler_innodb.result
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-10-04 23:48:24 +0200
committerunknown <msvensson@neptunus.(none)>2006-10-04 23:48:24 +0200
commit70c1311fb9431cddd087dbb046746ff133f64699 (patch)
tree4f5d6698fc6af01dd1b9b1e510b8df7f3c7029a8 /mysql-test/r/handler_innodb.result
parent1f054f01b6c05eac62f7ba9168eca299d1a5a7e7 (diff)
downloadmariadb-git-70c1311fb9431cddd087dbb046746ff133f64699.tar.gz
Update test results to new mysqltest
Remove extra space for "send" commands mysql-test/extra/rpl_tests/rpl_truncate_helper.test: Get $SERVER_VERSION from the mysqld mysql-test/r/flush_table.result: Remove extra space for "send" commands mysql-test/r/handler_innodb.result: Remove extra space for "send" commands mysql-test/r/lock_multi.result: Remove extra space for "send" commands mysql-test/r/log_tables.result: Remove extra space for "send" commands
Diffstat (limited to 'mysql-test/r/handler_innodb.result')
-rw-r--r--mysql-test/r/handler_innodb.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/handler_innodb.result b/mysql-test/r/handler_innodb.result
index 89569d918ca..1bd50612a3f 100644
--- a/mysql-test/r/handler_innodb.result
+++ b/mysql-test/r/handler_innodb.result
@@ -476,7 +476,7 @@ handler t1 read first;
c1
1
send the below to another connection, do not wait for the result
- optimize table t1;
+optimize table t1;
proceed with the normal connection
handler t1 read next;
c1
@@ -502,7 +502,7 @@ flush tables with read lock;
drop table t1;
ERROR HY000: Can't execute the query because you have a conflicting read lock
send the below to another connection, do not wait for the result
- drop table t1;
+drop table t1;
proceed with the normal connection
select * from t1;
c1