summaryrefslogtreecommitdiff
blob: 097d4ac97555db938104ae6e3fa6dae31b62e191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>mysql</herd>
<use>
  <flag name='big-tables'>Make tables contain up to 1.844E+19 rows</flag>
  <flag name='cluster'>Add support for NDB clustering</flag>
  <flag name='embedded'>Build embedded server (libmysqld)</flag>
  <flag name='extraengine'>Add support for alternative storage engines</flag>
  <flag name='latin1'>Use LATIN1 encoding instead of UTF8</flag>
  <flag name='max-idx-128'>Raise the max index per table limit from 64 to 128
    </flag>
  <flag name='minimal'>Install client programs only, no server</flag>
  <flag name='raid'>Deprecated option, removed in the 5.0 series</flag>
  <flag name='community'>Enables the community features from upstream.</flag>
  <flag name='profiling'>Add support for statement profiling (requires USE=community).</flag>
</use>
</pkgmetadata>