summaryrefslogtreecommitdiff
path: root/sql/handler.cc
diff options
context:
space:
mode:
authorunknown <mskold/marty@mysql.com/linux.site>2006-10-19 15:00:46 +0200
committerunknown <mskold/marty@mysql.com/linux.site>2006-10-19 15:00:46 +0200
commit822049b9e1a6c78d73c8fbd6aa9efcfcaa15bb07 (patch)
tree843811d486786f2c38ccf4cdb20c362eee80f0a2 /sql/handler.cc
parent63814890d1126e042ddf2cccb88fe07a1331d997 (diff)
parent59c4b5ba2017df340407165bf32da15dc164641d (diff)
downloadmariadb-git-822049b9e1a6c78d73c8fbd6aa9efcfcaa15bb07.tar.gz
Merge mysql.com:/windows/Linux_space/MySQL/mysql-4.1
into mysql.com:/windows/Linux_space/MySQL/mysql-5.0 sql/handler.cc: Auto merged
Diffstat (limited to 'sql/handler.cc')
-rw-r--r--sql/handler.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/handler.cc b/sql/handler.cc
index c95102c4bc0..2b6ddd45e05 100644
--- a/sql/handler.cc
+++ b/sql/handler.cc
@@ -1779,6 +1779,7 @@ void handler::print_error(int error, myf errflag)
{
/* Key is unknown */
str.length(0);
+ str.append("");
key_nr= -1;
}
else