From c39bf5a5e745a323bf6a7977a33b4e75597ab906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 25 May 2016 17:36:14 +0200 Subject: [PATCH] Improve storage engines description from wiki MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- doc/glossary.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/glossary.rst b/doc/glossary.rst index c9814c5771..df79d72831 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -312,7 +312,13 @@ From Wikipedia, the free encyclopedia .. seealso:: Storage Engines - handlers for different table types + MySQL can use several different formats for storing data on disk, these + are called storage engines or table types. phpMyAdmin allows a user to + change their storage engine for a particular table through the operations + tab. + + Common table types are InnoDB and MyISAM, though many others exist and + may be desirable in some situations. .. seealso::