Skip to content

Commit

Permalink
news: add missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
komainu8 committed Sep 26, 2024
1 parent 925ba15 commit 86356cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ja/docs/news/14.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ <h1>お知らせ - 14系<a class="headerlink" href="#news-14-series" title="Link
<h3>改良<a class="headerlink" href="#improvements" title="Link to this heading">#</a></h3>
<ul>
<li><p>ビルドにGNU Autotoolsの代わりにCMakeを使うようにしました</p>
<p>Using <code class="docutils literal notranslate"><span class="pre">configure</span></code> is deprecated. We recommend using <code class="docutils literal notranslate"><span class="pre">cmake</span></code> to build from source.</p>
<p><code class="docutils literal notranslate"><span class="pre">configure</span></code>は非推奨となります。ソースからのビルドには、<code class="docutils literal notranslate"><span class="pre">cmake</span></code>を使うことをおすすめします。</p>
<p><code class="docutils literal notranslate"><span class="pre">cmake</span></code>でのビルド方法については、[<a class="reference internal" href="../install/others.html"><span class="doc">その他</span></a>]を参照してください。</p>
</li>
</ul>
Expand All @@ -443,7 +443,7 @@ <h3>改良<a class="headerlink" href="#improvements" title="Link to this heading
<h3>修正<a class="headerlink" href="#fixes" title="Link to this heading">#</a></h3>
<ul>
<li><p>複数の主キーがあり、かつ主キーに<code class="docutils literal notranslate"><span class="pre">VARBINARY</span></code>型または <code class="docutils literal notranslate"><span class="pre">BLOB</span></code>型のカラムがある場合に、<code class="docutils literal notranslate"><span class="pre">SELECT</span></code>が誤った結果を返す問題を修正しました。</p>
<p>If this bug occurred, the following query retrieved nothing.</p>
<p>この問題が発生した場合、以下のクエリーは何も取得しません。</p>
<div class="highlight-sql notranslate"><div class="highlight"><pre><span></span><span class="k">CREATE</span><span class="w"> </span><span class="k">TABLE</span><span class="w"> </span><span class="n">logs</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">id</span><span class="w"> </span><span class="nb">INT</span><span class="p">,</span>
<span class="w"> </span><span class="n">content</span><span class="w"> </span><span class="n">VARBINARY</span><span class="p">(</span><span class="mi">256</span><span class="p">),</span>
Expand All @@ -456,8 +456,8 @@ <h3>修正<a class="headerlink" href="#fixes" title="Link to this heading">#</a>
<span class="k">SELECT</span><span class="w"> </span><span class="o">*</span><span class="w"> </span><span class="k">FROM</span><span class="w"> </span><span class="n">logs</span><span class="w"> </span><span class="k">WHERE</span><span class="w"> </span><span class="n">content</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s1">&#39;aaa&#39;</span><span class="p">;</span>
</pre></div>
</div>
<p>This bug only occurred in Mroonga 14.07.</p>
<p>This bug doesn't break an index. So, we don't need to execute <code class="docutils literal notranslate"><span class="pre">REINDEX</span></code> command after this fix.</p>
<p>この問題はMroonga 14.07でのみ発生します。</p>
<p>この問題はインデックスを破壊しません。そのため、この修正後に<code class="docutils literal notranslate"><span class="pre">REINDEX</span></code>を実行する必要はありません。</p>
</li>
</ul>
</section>
Expand Down
2 changes: 1 addition & 1 deletion ja/docs/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 86356cf

Please sign in to comment.