summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2004-06-28 11:06:22 +0200
committerunknown <serg@serg.mylan>2004-06-28 11:06:22 +0200
commitc414975953e850a0d12696352fe01eed7406fb5b (patch)
treecb44b42bddf76f376477be624097651bc4af7450
parent0885d6f9c4cef8cabf6d7f3f300487bc1890c462 (diff)
downloadmariadb-git-c414975953e850a0d12696352fe01eed7406fb5b.tar.gz
after merge fixmysql-4.1.3
-rw-r--r--mysql-test/r/lowercase_table3.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/lowercase_table3.result b/mysql-test/r/lowercase_table3.result
index ecb785f243f..a645e46be9e 100644
--- a/mysql-test/r/lowercase_table3.result
+++ b/mysql-test/r/lowercase_table3.result
@@ -6,5 +6,5 @@ drop table t1;
flush tables;
CREATE TABLE t1 (a int) ENGINE=INNODB;
SELECT * from T1;
-ERROR HY000: Can't open file: 'T1.InnoDB'. (errno: 1)
+ERROR HY000: Can't open file: 'T1.InnoDB' (errno: 1)
drop table t1;