diff options
author | unknown <msvensson@neptunus.(none)> | 2006-10-05 00:36:03 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-10-05 00:36:03 +0200 |
commit | ec061718af55d026496ade752dada3ff703c9453 (patch) | |
tree | 10f4178f8f0af3260a077217c911365eaf70b91d /mysql-test/r/lock_multi.result | |
parent | 37e076c91622213e926fa130373c163be8fecd45 (diff) | |
download | mariadb-git-ec061718af55d026496ade752dada3ff703c9453.tar.gz |
Update result file
Get server version from mysqld
mysql-test/r/lock_multi.result:
Update result format to latest version of mysqltest, remove leading scpace from query that has been "send"
mysql-test/t/rpl_truncate_7ndb.test:
get server version from mysqld
Diffstat (limited to 'mysql-test/r/lock_multi.result')
-rw-r--r-- | mysql-test/r/lock_multi.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/lock_multi.result b/mysql-test/r/lock_multi.result index 07b8bf78efd..2445b3e0c69 100644 --- a/mysql-test/r/lock_multi.result +++ b/mysql-test/r/lock_multi.result @@ -39,7 +39,7 @@ drop table t1; create table t1 (a int); create table t2 (a int); lock table t1 write, t2 write, t1 as t1_2 write, t2 as t2_2 write; - insert t1 select * from t2; +insert t1 select * from t2; drop table t2; ERROR 42S02: Table 'test.t2' doesn't exist drop table t1; |