Skip to content

Commit

Permalink
Remove Drizzle support from storage engines
Browse files Browse the repository at this point in the history
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
  • Loading branch information
madhuracj committed Sep 9, 2015
1 parent 9837248 commit 902872a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/StorageEngine.class.php
Expand Up @@ -143,7 +143,6 @@ static public function getHtmlSelect(
&& ($details['Support'] == 'NO'
|| $details['Support'] == 'DISABLED'
|| $details['Engine'] == 'PERFORMANCE_SCHEMA')
|| (PMA_DRIZZLE && $details['Engine'] == 'MyISAM')
) {
continue;
}
Expand Down

0 comments on commit 902872a

Please sign in to comment.