diff options
author | unknown <msvensson@neptunus.(none)> | 2006-12-15 15:05:50 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-12-15 15:05:50 +0100 |
commit | a6933a63c5550c4a5061dd9d8906c9adf7d3a0da (patch) | |
tree | 33edc49ef0fa918b2cb9f908e962a4e0b14cfa8a /mysql-test/t/warnings.test | |
parent | e25d18d1b0c8d90f9b0940a7401cf26cde8e4645 (diff) | |
download | mariadb-git-a6933a63c5550c4a5061dd9d8906c9adf7d3a0da.tar.gz |
Bug#24997 warnings test case failure
- Move the specific test case to a separate file that is run only
if we have a disabled handler.
mysql-test/r/warnings.result:
Move the test for warning that table type is changed to separate file
as it only occurs when engine is disabled.
mysql-test/t/warnings.test:
Move the test for warning that table type is changed to separate file
as it only occurs when engine is disabled.
mysql-test/r/warnings_engine_disabled.result:
Move the test for warning that table type is changed to separate file
as it only occurs when engine is disabled.
mysql-test/t/warnings_engine_disabled-master.opt:
New BitKeeper file ``mysql-test/t/warnings_engine_disabled-master.opt''
mysql-test/t/warnings_engine_disabled.test:
Move the test for warning that table type is changed to separate file
as it only occurs when engine is disabled.
Diffstat (limited to 'mysql-test/t/warnings.test')
-rw-r--r-- | mysql-test/t/warnings.test | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mysql-test/t/warnings.test b/mysql-test/t/warnings.test index eb5a24a8604..18ca0c96eb8 100644 --- a/mysql-test/t/warnings.test +++ b/mysql-test/t/warnings.test @@ -109,12 +109,6 @@ show variables like 'max_error_count'; set max_error_count=10; show variables like 'max_error_count'; -# -# Test for handler type -# -drop table t1; -create table t1 (id int) engine=NDB; -alter table t1 engine=NDB; drop table t1; # |