summaryrefslogtreecommitdiff
path: root/mysql-test/r/repair.result
diff options
context:
space:
mode:
authorunknown <cmiller@zippy.cornsilk.net>2007-05-07 12:39:20 -0400
committerunknown <cmiller@zippy.cornsilk.net>2007-05-07 12:39:20 -0400
commite82157806f78bab87fb6e509ddf305e20541562b (patch)
tree7524435ed077da4605dd76598c19614c152b7754 /mysql-test/r/repair.result
parent5cefab7809803d0033825de2e11362dc77016130 (diff)
parentdab034503dd8e3e405037cda36f64a164de903f1 (diff)
downloadmariadb-git-e82157806f78bab87fb6e509ddf305e20541562b.tar.gz
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug27976/my50-bug27976
into zippy.cornsilk.net:/home/cmiller/work/mysql/bug27976/my51-bug27976 mysql-test/r/repair.result: Auto merged
Diffstat (limited to 'mysql-test/r/repair.result')
-rw-r--r--mysql-test/r/repair.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/repair.result b/mysql-test/r/repair.result
index 2c194ac8bbc..80bebe35c3b 100644
--- a/mysql-test/r/repair.result
+++ b/mysql-test/r/repair.result
@@ -79,7 +79,7 @@ INSERT INTO t1 VALUES
('0'),('0'),('0'),('0'),('0'),('0'),('0'),('0'),('0'),('0'),
('0'),('0'),('0'),('0'),('0'),('0'),('0');
Warnings:
-Error 1034 sort_buffer_size is to small
+Error 1034 myisam_sort_buffer_size is too small
Error 1034 Number of rows changed from 0 to 157
SET myisam_repair_threads=2;
REPAIR TABLE t1;