diff options
author | monty@rescue. <> | 2002-09-05 17:10:18 +0300 |
---|---|---|
committer | monty@rescue. <> | 2002-09-05 17:10:18 +0300 |
commit | b0e599629c815e5807a9fcedc29897cbe8db6ae4 (patch) | |
tree | a6726221be37b848b7654da4fc9e8d0ee14b98f2 /mysql-test | |
parent | d84c0990fd0c20383ac5873c9b731003f3c25081 (diff) | |
download | mariadb-git-b0e599629c815e5807a9fcedc29897cbe8db6ae4.tar.gz |
Fixed typo in Heikkis last push.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/r/innodb.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/innodb.result b/mysql-test/r/innodb.result index c9ae4170238..4224db7c072 100644 --- a/mysql-test/r/innodb.result +++ b/mysql-test/r/innodb.result @@ -455,7 +455,7 @@ Duplicate entry 'test2' for key 2 select * from t1; id ggid email passwd 1 this will work -4 test2 this will work +3 test2 this will work select * from t1 where id=1; id ggid email passwd 1 this will work |