<p>Added simple 'null' storage, which might be useful for benchmarking or testing. It doesn't store anything - but will respond with success to a write request and return a "not found" result to any read request.</p>

<hr>

<h4>You can merge this Pull Request by running</h4>
<pre>  git pull https://github.com/zerebubuth/mod_tile master</pre>
<p>Or view, comment on, or merge it at:</p>
<p>  <a href='https://github.com/openstreetmap/mod_tile/pull/19'>https://github.com/openstreetmap/mod_tile/pull/19</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Added simple 'null' storage, which might be useful for benchmarking or testing.</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/mod_tile/pull/19/files#diff-0">Makefile.am</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/mod_tile/pull/19/files#diff-1">store.c</a>
    (6)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/mod_tile/pull/19/files#diff-2">store_null.c</a>
    (77)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/mod_tile/pull/19/files#diff-3">store_null.h</a>
    (16)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/openstreetmap/mod_tile/pull/19.patch'>https://github.com/openstreetmap/mod_tile/pull/19.patch</a></li>
  <li><a href='https://github.com/openstreetmap/mod_tile/pull/19.diff'>https://github.com/openstreetmap/mod_tile/pull/19.diff</a></li>
</ul>