summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorunknown <kostja@bodhi.(none)>2007-12-13 23:59:47 +0300
committerunknown <kostja@bodhi.(none)>2007-12-13 23:59:47 +0300
commit68c6ff09e1c8b4a1dfbd6686d7a1f800b689e233 (patch)
tree796effb33a07b1161830938cd55ef251081a2e99 /storage
parent5cd3e1bf4b7a18a649177a2090f55867090600fa (diff)
parent37a2c4590a7453d5c8e5b67c2f512162323ac738 (diff)
downloadmariadb-git-68c6ff09e1c8b4a1dfbd6686d7a1f800b689e233.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtime
into bodhi.(none):/opt/local/work/mysql-5.1-runtime
Diffstat (limited to 'storage')
-rw-r--r--storage/myisam/ha_myisam.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/myisam/ha_myisam.cc b/storage/myisam/ha_myisam.cc
index a557890a7b9..7710660f29e 100644
--- a/storage/myisam/ha_myisam.cc
+++ b/storage/myisam/ha_myisam.cc
@@ -1407,10 +1407,8 @@ int ha_myisam::enable_indexes(uint mode)
might have been set by the first repair. They can still be seen
with SHOW WARNINGS then.
*/
-#ifndef EMBEDDED_LIBRARY
if (! error)
thd->clear_error();
-#endif /* EMBEDDED_LIBRARY */
}
info(HA_STATUS_CONST);
thd->proc_info=save_proc_info;