From 1012e974bdc2b1a3e63c705126299438778af3dc Mon Sep 17 00:00:00 2001
From: unknown <cmiller@zippy.cornsilk.net>
Date: Mon, 7 May 2007 12:38:43 -0400
Subject: [PATCH] Fix new error message list in v5.

mysql-test/r/repair.result:
  New error listing in v5.
---
 mysql-test/r/repair.result | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mysql-test/r/repair.result b/mysql-test/r/repair.result
index f3b515b013a..417a5e0c990 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;
-- 
2.30.9