summaryrefslogtreecommitdiff
path: root/mysql-test/r/repair.result
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2004-04-09 07:12:41 +0300
committerunknown <monty@mysql.com>2004-04-09 07:12:41 +0300
commit1bbca272a99e53efa707a137349dab4bc72e4533 (patch)
treeb87b57af080028a2afcfb4f98e8339b2b78c6b46 /mysql-test/r/repair.result
parente51447b1430e854fa0df1f37821e722cdb65d2bb (diff)
downloadmariadb-git-1bbca272a99e53efa707a137349dab4bc72e4533.tar.gz
Fixed problems noticed with last build
mysql-test/r/lowercase_table2.result: Fixed typo mysql-test/r/repair.result: Portability fix (For OpenBSD) mysql-test/t/repair.test: Portability fix (For OpenBSD) mysys/my_thr_init.c: Fixed crasch with some tests on OpenBSD. sql/field.cc: Don't truncate big values (Caused a core dump on Linux-Alpha for big values) sql/log.cc: More DBUG
Diffstat (limited to 'mysql-test/r/repair.result')
-rw-r--r--mysql-test/r/repair.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/repair.result b/mysql-test/r/repair.result
index 2398e13b8e3..f81bbd063ea 100644
--- a/mysql-test/r/repair.result
+++ b/mysql-test/r/repair.result
@@ -28,6 +28,7 @@ repair table t1 use_frm;
Table Op Msg_type Msg_text
test.t1 repair error Table 'test.t1' doesn't exist
create table t1 engine=myisam SELECT 1,"table 1";
+flush tables;
repair table t1;
Table Op Msg_type Msg_text
test.t1 repair error Can't open file: 't1.MYI' (errno: 130)