summaryrefslogtreecommitdiff
path: root/mysql-test/r/ps_1general.result
diff options
context:
space:
mode:
authorbrian@zim.(none) <>2005-11-10 08:24:21 -0800
committerbrian@zim.(none) <>2005-11-10 08:24:21 -0800
commit510d0f24c88ed6b157c055dec7a2d5342c6a0a7b (patch)
treead803d0cd2c9f0ef981d67cce5ae9d1e1ce6b581 /mysql-test/r/ps_1general.result
parentb318ed1768e98af3aa8a680ade343533f9323bf6 (diff)
downloadmariadb-git-510d0f24c88ed6b157c055dec7a2d5342c6a0a7b.tar.gz
Added handlerton flag to make storage engines invisable via flag.
Diffstat (limited to 'mysql-test/r/ps_1general.result')
-rw-r--r--mysql-test/r/ps_1general.result1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/ps_1general.result b/mysql-test/r/ps_1general.result
index d41d1b74ca7..aba3da02c4c 100644
--- a/mysql-test/r/ps_1general.result
+++ b/mysql-test/r/ps_1general.result
@@ -332,7 +332,6 @@ CSV YES/NO CSV storage engine
ndbcluster YES/NO Clustered, fault-tolerant, memory-based tables
FEDERATED YES/NO Federated MySQL storage engine
MRG_MYISAM YES/NO Collection of identical MyISAM tables
-binlog YES/NO This is a meta storage engine to represent the binlog in a transaction
ISAM YES/NO Obsolete storage engine
drop table if exists t5;
prepare stmt1 from ' drop table if exists t5 ' ;