Search the MySQL manual:

7.1.2.3 Compressed Table Characteristics

This is a read-only type that is generated with the optional myisampack tool (pack_isam for ISAM tables):

User Comments

Posted by Philippe Verdy on Friday May 17 2002, @6:24am[Delete] [Edit]

Could it be possible to add double-quoted names
to allow using table names or column names that
are identical to reserved words or that include
some otherwise invalid characters ?

I think that a "double-quoted name" could be used
everywhere an identifier is allowed in the syntax
of MySQL, and this does not break Yacc parser
rules which can still stay deterministic for
faster performance...

Such an addition would also be consistant with
what Oracle or Access allow internally (so this
could allow easier porting of applications that
use these foreign databases, and could further
allow the implementation of open gateways, and
remote databases managed directly from a main
MySQL dictionnary, so that this would allow to
connect to any database using MySQL connectivity,
any any MySQL compliant tool...)

Posted by Leonardo Dias on Friday May 17 2002, @6:24am[Delete] [Edit]

There's no description to the option
low_priority_updates. Someone should add it.

Add your own comment.