<!DOCTYPE html>
<html>
  <head>
  </head>
  <body>
    <dl style="line-height: 1.5; margin-left: 2em">
      <dt style="clear: both; float: left; font-weight: bold; width: 8em">Author</dt>
      <dd style="margin-left: 8.5em">Kouhei Sutou &lt;kou****@clear*****&gt;</dd>
      <dt style="clear: both; float: left; font-weight: bold; width: 8em">Date</dt>
      <dd style="margin-left: 8.5em">2012-07-25 13:09:35 +0900 (Wed, 25 Jul 2012)</dd>
      <dt style="clear: both; float: left; font-weight: bold; width: 8em">New Revision</dt>
      <dd style="margin-left: 8.5em"><a href="https://github.com/mroonga/mroonga/commit/863f4aaf3d8d0d5df1f9e874461ff5d95087dfec">863f4aaf3d8d0d5df1f9e874461ff5d95087dfec</a></dd>
      <dt style="clear: both; float: left; font-weight: bold; width: 8em">Log</dt>
      <dd style="margin-left: 8.5em"><pre style="border: 1px solid #aaa; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; padding: 0.5em">Fix indent</pre></dd>
      <dt style="clear: both; float: left; font-weight: bold; width: 8em">Modified files</dt>
      <dd style="margin-left: 8.5em">
        <ul>
          <li>ha_mroonga.cpp</li>
        </ul>
      </dd>
    </dl>

    <div class="diff-section" style="clear: both">
      <div class="diff" style="margin-left: 1em; margin-right: 1em">
        <pre style="border: 1px solid #aaa; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; padding: 0.5em; white-space: normal"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">  Modified: ha_mroonga.cpp (+3 -3)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">--- ha_mroonga.cpp    2012-07-20 18:49:02 +0900 (fabfbb1)</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+++ ha_mroonga.cpp    2012-07-25 13:09:35 +0900 (17e2b25)</span>
<span class="diff-line" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -6837,9 +6837,9 @@ struct st_mrn_ft_info *ha_mroonga::generic_ft_init_ext_select(uint flags,</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     if (rc) {</span>
<span class="diff-not-changed" style="display: block; white-space: pre">       char error_message[MRN_MESSAGE_BUFFER_SIZE];</span>
<span class="diff-not-changed" style="display: block; white-space: pre">       snprintf(error_message, MRN_MESSAGE_BUFFER_SIZE,</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-              &quot;failed to parse fulltext search keyword: &lt;%.*s&gt;: &lt;%s&gt;&quot;,</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-              keyword_length_original, keyword_original,</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-              info-&gt;ctx-&gt;errbuf);</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+               &quot;failed to parse fulltext search keyword: &lt;%.*s&gt;: &lt;%s&gt;&quot;,</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+               keyword_length_original, keyword_original,</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+               info-&gt;ctx-&gt;errbuf);</span>
<span class="diff-not-changed" style="display: block; white-space: pre">       my_message(ER_PARSE_ERROR, error_message, MYF(0));</span>
<span class="diff-not-changed" style="display: block; white-space: pre">       GRN_LOG(info-&gt;ctx, GRN_LOG_ERROR, &quot;%s&quot;, error_message);</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     }</span>
</pre>
      </div>
    </div>
  </body>
</html>