* konstantin@stripped <konstantin@stripped> [07/11/01 01:41]:
> ChangeSet@stripped, 2007-11-01 01:40:22+03:00, kostja@bodhi.(none) +5 -0
> Implement review requests (Serg) for the patch that deploys
> Internal_error_handler in ha_delete_table().
This patch doesn't pass the test suite. Suddenly a lot more errors
became visible.
Warnings, on the other hand, are not visible in some cases:
--- /opt/local/work/mysql-5.1-runtime-inc/mysql-test/r/myisam-system.result 2007-10-30
15:30:22.730305551 +0300
+++ /opt/local/work/mysql-5.1-runtime-inc/mysql-test/r/myisam-system.reject 2007-11-01
01:52:45.001975739 +0300
@@ -1,8 +1,6 @@
drop table if exists t1,t2;
create table t1 (a int) engine=myisam;
drop table if exists t1;
-Warnings:
-Error 2 Can't find file: 't1' (errno: 2)
create table t1 (a int) engine=myisam;
drop table t1;
Got one of the listed errors
--
-- Konstantin Osipov Software Developer, Moscow, Russia
-- MySQL AB, www.mysql.com The best DATABASE COMPANY in the GALAXY