From 3d7e31f9851c4f3ebb1c68923af4962448751853 Mon Sep 17 00:00:00 2001
From: unknown <monty@mysql.com>
Date: Sat, 5 Nov 2005 15:14:04 +0200
Subject: [PATCH] Fixed results in test result

---
 mysql-test/r/ps_1general.result | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mysql-test/r/ps_1general.result b/mysql-test/r/ps_1general.result
index d41d1b74ca7..de6f995dd6c 100644
--- a/mysql-test/r/ps_1general.result
+++ b/mysql-test/r/ps_1general.result
@@ -334,6 +334,7 @@ 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
+partition	YES/NO	Partition engine
 drop table if exists t5;
 prepare stmt1 from ' drop table if exists t5 ' ;
 execute stmt1 ;
-- 
2.30.9