<!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 <kou****@clear*****></dd>
<dt style="clear: both; float: left; font-weight: bold; width: 8em">Date</dt>
<dd style="margin-left: 8.5em">2015-04-04 22:22:04 +0900 (Sat, 04 Apr 2015)</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/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11">41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11</a></dd>
<dt style="clear: both; float: left; font-weight: bold; width: 8em">Message</dt>
<dd style="margin-left: 8.5em"><pre style="border: 1px solid #aaa; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; padding: 0.5em; width: auto">dump: add --dump_schema option
You can disable dumping schema by "--dump_schema no".</pre></dd>
<dt style="clear: both; float: left; font-weight: bold; width: 8em">Added files</dt>
<dd style="margin-left: 8.5em">
<ul>
<li><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#diff-5">test/command/suite/dump/schema/dump_schema_no.test</a></li>
</ul>
</dd>
<dt style="clear: both; float: left; font-weight: bold; width: 8em">Copied files</dt>
<dd style="margin-left: 8.5em">
<ul>
<li>
<a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#diff-4">test/command/suite/dump/schema/dump_schema_no.expected</a><br>
(from test/command/suite/dump/schema/column/index/with_reference_column.expected)
</li>
</ul>
</dd>
<dt style="clear: both; float: left; font-weight: bold; width: 8em">Modified files</dt>
<dd style="margin-left: 8.5em">
<ul>
<li><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#diff-0">lib/proc.c</a></li>
<li><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#diff-1">test/command/suite/dump/schema/column/index/with_reference_column.expected</a></li>
<li><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#diff-2">test/command/suite/dump/schema/column/reference/each_other.expected</a></li>
<li><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#diff-3">test/command/suite/dump/schema/column/vector/with_weight.expected</a></li>
<li><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#diff-6">test/command/suite/dump/schema/plugin/multiple.expected</a></li>
<li><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#diff-7">test/command/suite/dump/schema/plugin/native.expected</a></li>
<li><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#diff-8">test/command/suite/dump/schema/plugin/ruby.expected</a></li>
<li><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#diff-9">test/command/suite/dump/schema/table/double_array_trie/reference_key.expected</a></li>
<li><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#diff-10">test/command/suite/dump/schema/table/double_array_trie/type_key.expected</a></li>
<li><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#diff-11">test/command/suite/dump/schema/table/hash/reference_key.expected</a></li>
<li><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#diff-12">test/command/suite/dump/schema/table/hash/type_key.expected</a></li>
<li><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#diff-13">test/command/suite/dump/schema/table/no_key/minimum.expected</a></li>
<li><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#diff-14">test/command/suite/dump/schema/table/patricia_trie/reference_key.expected</a></li>
<li><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#diff-15">test/command/suite/dump/schema/table/patricia_trie/type_key.expected</a></li>
</ul>
</dd>
</dl>
<div class="diff-section" style="clear: both">
<table style="border-collapse: collapse; border: 1px solid #aaa">
<thead>
<tr class="diff-header" style="border: 1px solid #aaa">
<td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre"> Modified: lib/proc.c (+61 -21)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
</td>
</tr>
</thead>
<tbody>
<tr>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L2873">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L2874">2874</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L2875">2875</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L2876">2876</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L2877">2877</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L2878">2878</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L2879">2879</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L2880">2880</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L2881">2881</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L2891">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L2892">2892</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L2893">2893</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L2894">2894</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L2895">2895</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L2896">2896</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L2897">2897</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L2898">2898</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3122">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3123">3123</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3124">3124</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3125">3125</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3126">3126</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3127">3127</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3128">3128</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3129">3129</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3130">3130</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3208">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3209">3209</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3210">3210</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3211">3211</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3212">3212</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3213">3213</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3214">3214</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3215">3215</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3216">3216</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3217">3217</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3239">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3240">3240</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3241">3241</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3242">3242</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3243">3243</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3244">3244</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3245">3245</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3246">3246</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3262">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3263">3263</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3264">3264</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3265">3265</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3266">3266</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3267">3267</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3268">3268</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3269">3269</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3270">3270</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3271">3271</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3366">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3367">3367</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3368">3368</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3369">3369</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3370">3370</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3371">3371</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3372">3372</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3396">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3397">3397</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3398">3398</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3399">3399</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3400">3400</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3401">3401</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3402">3402</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3403">3403</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3404">3404</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3405">3405</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3406">3406</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3407">3407</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3408">3408</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3409">3409</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3410">3410</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3411">3411</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3412">3412</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3413">3413</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3414">3414</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3415">3415</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3416">3416</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3419">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3420">3420</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3421">3421</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3422">3422</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3423">3423</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3424">3424</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3425">3425</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3426">3426</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L3427">3427</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L6771">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L6772">6772</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L6773">6773</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L6774">6774</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L6775">6775</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L6776">6776</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L6777">6777</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0L6778">6778</a></span>
</pre>
</th>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R2873">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R2874">2874</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R2875">2875</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R2876">2876</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R2877">2877</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R2878">2878</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R2879">2879</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R2880">2880</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R2890">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R2891">2891</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R2892">2892</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R2893">2893</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R2894">2894</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R2895">2895</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R2896">2896</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R2897">2897</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3121">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3122">3122</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3123">3123</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3124">3124</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3125">3125</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3126">3126</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3127">3127</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3128">3128</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3206">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3207">3207</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3208">3208</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3209">3209</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3210">3210</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3211">3211</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3212">3212</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3213">3213</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3235">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3236">3236</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3237">3237</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3238">3238</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3239">3239</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3240">3240</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3241">3241</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3242">3242</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3258">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3259">3259</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3260">3260</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3261">3261</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3262">3262</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3263">3263</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3264">3264</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3265">3265</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3360">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3361">3361</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3362">3362</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3363">3363</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3364">3364</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3365">3365</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3366">3366</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3367">3367</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3368">3368</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3369">3369</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3370">3370</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3371">3371</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3372">3372</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3373">3373</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3374">3374</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3375">3375</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3376">3376</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3377">3377</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3378">3378</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3379">3379</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3380">3380</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3381">3381</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3382">3382</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3383">3383</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3384">3384</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3385">3385</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3386">3386</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3387">3387</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3388">3388</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3389">3389</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3390">3390</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3391">3391</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3392">3392</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3393">3393</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3394">3394</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3395">3395</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3396">3396</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3397">3397</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3398">3398</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3399">3399</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3400">3400</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3401">3401</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3402">3402</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3403">3403</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3404">3404</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3405">3405</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3406">3406</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3407">3407</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3408">3408</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3409">3409</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3410">3410</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3411">3411</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3435">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3436">3436</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3437">3437</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3438">3438</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3439">3439</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3440">3440</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3441">3441</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3442">3442</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3443">3443</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3444">3444</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3445">3445</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3446">3446</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3447">3447</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3448">3448</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3449">3449</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3450">3450</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3451">3451</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3452">3452</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3453">3453</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3454">3454</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3455">3455</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3456">3456</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3459">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3460">3460</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3461">3461</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3462">3462</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3463">3463</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3464">3464</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3465">3465</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R3466">3466</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R6810">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R6811">6811</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R6812">6812</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R6813">6813</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R6814">6814</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R6815">6815</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R6816">6816</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R6817">6817</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L0R6818">6818</a></span>
</pre>
</th>
<td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -2874,8 +2874,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">reference_column_p(grn_ctx *ctx, grn_obj *column)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre"> static void</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> dump_columns(grn_ctx *ctx, grn_obj *outbuf, grn_obj *table,</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">- grn_obj *pending_reference_columns,</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">- grn_obj *pending_index_columns)</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ grn_obj *pending_reference_columns)</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> {</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> grn_hash *columns;</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> columns = grn_hash_create(ctx, NULL, sizeof(grn_id), 0,</span>
<span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -2892,7 +2891,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">dump_columns(grn_ctx *ctx, grn_obj *outbuf, grn_obj *table,</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> grn_obj *column;</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> if ((column = grn_ctx_at(ctx, *key))) {</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> if (GRN_OBJ_INDEX_COLUMNP(column)) {</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">- GRN_PTR_PUT(ctx, pending_index_columns, column);</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ /* do nothing */</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> } else if (reference_column_p(ctx, column)) {</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> GRN_PTR_PUT(ctx, pending_reference_columns, column);</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> } else {</span>
<span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -3123,8 +3122,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">exit :</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre"> static void</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> dump_table(grn_ctx *ctx, grn_obj *outbuf, grn_obj *table,</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">- grn_obj *pending_reference_columns,</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">- grn_obj *pending_index_columns)</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ grn_obj *pending_reference_columns)</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> {</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> grn_obj *domain = NULL, *range = NULL;</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> grn_obj_flags default_flags = GRN_OBJ_PERSISTENT;</span>
<span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -3209,9 +3207,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">dump_table(grn_ctx *ctx, grn_obj *outbuf, grn_obj *table,</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> grn_obj_unlink(ctx, domain);</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> }</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">- dump_columns(ctx, outbuf, table,</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">- pending_reference_columns,</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">- pending_index_columns);</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ dump_columns(ctx, outbuf, table, pending_reference_columns);</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> }</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre"> static void</span>
<span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -3240,7 +3236,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">dump_pending_columns(grn_ctx *ctx, grn_obj *outbuf, grn_obj *pending_columns)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> }</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre"> static void</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-dump_schema(grn_ctx *ctx, grn_obj *outbuf, grn_obj *pending_index_columns)</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+dump_schema(grn_ctx *ctx, grn_obj *outbuf)</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> {</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> grn_obj *db = ctx->impl->db;</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> grn_table_cursor *cur;</span>
<span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -3263,9 +3259,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">dump_schema(grn_ctx *ctx, grn_obj *outbuf, grn_obj *pending_index_columns)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> case GRN_TABLE_PAT_KEY:</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> case GRN_TABLE_DAT_KEY:</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> case GRN_TABLE_NO_KEY:</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">- dump_table(ctx, outbuf, object,</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">- &pending_reference_columns,</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">- pending_index_columns);</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ dump_table(ctx, outbuf, object, &pending_reference_columns);</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> break;</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> default:</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> break;</span>
<span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -3367,6 +3361,51 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">dump_all_records(grn_ctx *ctx, grn_obj *outbuf)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> }</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> }</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+static void</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+dump_indexes(grn_ctx *ctx, grn_obj *outbuf)</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+{</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ grn_obj *db = ctx->impl->db;</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ grn_table_cursor *cursor;</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ grn_id id;</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ grn_bool is_first_index_column = GRN_TRUE;</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ cursor = grn_table_cursor_open(ctx, db, NULL, 0, NULL, 0, 0, -1,</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ GRN_CURSOR_BY_ID);</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ if (!cursor) {</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ return;</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ }</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ while ((id = grn_table_cursor_next(ctx, cursor)) != GRN_ID_NIL) {</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ grn_obj *object;</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ object = grn_ctx_at(ctx, id);</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ if (!object) {</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ /* XXX: this clause is executed when MeCab tokenizer is enabled in</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ database but the groonga isn't supported MeCab.</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ We should return error mesage about it and error exit status</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ but it's too difficult for this architecture. :< */</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ ERRCLR(ctx);</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ continue;</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ }</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ if (object->header.type == GRN_COLUMN_INDEX) {</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ grn_obj *table;</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ grn_obj *column = object;</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ if (is_first_index_column && GRN_TEXT_LEN(outbuf) > 0) {</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ GRN_TEXT_PUTC(ctx, outbuf, '\n');</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ }</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ is_first_index_column = GRN_FALSE;</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ table = grn_ctx_at(ctx, column->header.domain);</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ dump_column(ctx, outbuf, table, column);</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ grn_obj_unlink(ctx, table);</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ }</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ grn_obj_unlink(ctx, object);</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ }</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ grn_table_cursor_close(ctx, cursor);</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+}</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> static grn_bool</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> bool_option_value(grn_obj *option, grn_bool default_value)</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> {</span>
<span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -3397,20 +3436,21 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">proc_dump(grn_ctx *ctx, int nargs, grn_obj **args, grn_user_data *user_data)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> grn_obj *outbuf = ctx->impl->outbuf;</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> grn_obj *tables = VAR(0);</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> grn_obj *dump_plugins_raw = VAR(1);</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ grn_obj *dump_schema_raw = VAR(2);</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> grn_bool is_dump_plugins;</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">- grn_obj pending_index_columns;</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">- GRN_PTR_INIT(&pending_index_columns, GRN_OBJ_VECTOR, GRN_ID_NIL);</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ grn_bool is_dump_schema;</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre"> grn_ctx_set_output_type(ctx, GRN_CONTENT_GROONGA_COMMAND_LIST);</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre"> is_dump_plugins = bool_option_value(dump_plugins_raw, GRN_TRUE);</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ is_dump_schema = bool_option_value(dump_schema_raw, GRN_TRUE);</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> if (is_dump_plugins) {</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> dump_plugins(ctx, outbuf);</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">- grn_ctx_output_flush(ctx, 0);</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> }</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">- dump_schema(ctx, outbuf, &pending_index_columns);</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">- grn_ctx_output_flush(ctx, 0);</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ if (is_dump_schema) {</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ dump_schema(ctx, outbuf);</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ }</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> /* To update index columns correctly, we first create the whole schema, then</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> load non-derivative records, while skipping records of index columns. That</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> way, groonga will silently do the job of updating index columns for us. */</span>
<span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -3420,8 +3460,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">proc_dump(grn_ctx *ctx, int nargs, grn_obj **args, grn_user_data *user_data)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> dump_all_records(ctx, outbuf);</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> }</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">- dump_pending_columns(ctx, outbuf, &pending_index_columns);</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">- grn_obj_close(ctx, &pending_index_columns);</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ dump_indexes(ctx, outbuf);</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre"> /* remove the last newline because another one will be added by the caller.</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> maybe, the caller of proc functions currently doesn't consider the</span>
<span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -6772,7 +6811,8 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">grn_db_init_builtin_query(grn_ctx *ctx)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre"> DEF_VAR(vars[0], "tables");</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> DEF_VAR(vars[1], "dump_plugins");</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">- DEF_COMMAND("dump", proc_dump, 2, vars);</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ DEF_VAR(vars[2], "dump_schema");</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ DEF_COMMAND("dump", proc_dump, 3, vars);</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre"> /* Deprecated. Use "plugin_register" instead. */</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> DEF_VAR(vars[0], "path");</span>
</pre>
</td>
</tr>
</tbody>
</table>
<table style="border-collapse: collapse; border: 1px solid #aaa">
<thead>
<tr class="diff-header" style="border: 1px solid #aaa">
<td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre"> Modified: test/command/suite/dump/schema/column/index/with_reference_column.expected (+1 -0)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
</td>
</tr>
</thead>
<tbody>
<tr>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L1L21">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L1L22">22</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L1L23">23</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L1L24">24</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L1L25">25</a></span>
</pre>
</th>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L1R21">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L1R22">22</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L1R23">23</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L1R24">24</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L1R25">25</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L1R26">26</a></span>
</pre>
</th>
<td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -22,4 +22,5 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">column_create Users name COLUMN_SCALAR ShortText</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> table_create Terms TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerAuto</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre"> column_create Users bookmark COLUMN_SCALAR Bookmarks</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> column_create Terms users_name_index COLUMN_INDEX|WITH_POSITION Users name</span>
</pre>
</td>
</tr>
</tbody>
</table>
<table style="border-collapse: collapse; border: 1px solid #aaa">
<thead>
<tr class="diff-header" style="border: 1px solid #aaa">
<td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre"> Modified: test/command/suite/dump/schema/column/reference/each_other.expected (+0 -1)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
</td>
</tr>
</thead>
<tbody>
<tr>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L2L18">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L2L19">19</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L2L20">20</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L2L21">21</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L2L22">22</a></span>
</pre>
</th>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L2R18">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L2R19">19</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L2R20">20</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L2R21">21</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
</pre>
</th>
<td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -19,4 +19,3 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">column_create Users name COLUMN_SCALAR ShortText</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre"> column_create Bookmarks user COLUMN_SCALAR Users</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> column_create Users bookmark COLUMN_SCALAR Bookmarks</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-</span>
</pre>
</td>
</tr>
</tbody>
</table>
<table style="border-collapse: collapse; border: 1px solid #aaa">
<thead>
<tr class="diff-header" style="border: 1px solid #aaa">
<td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre"> Modified: test/command/suite/dump/schema/column/vector/with_weight.expected (+0 -1)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
</td>
</tr>
</thead>
<tbody>
<tr>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L3L4">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L3L5">5</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L3L6">6</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L3L7">7</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L3L8">8</a></span>
</pre>
</th>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L3R4">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L3R5">5</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L3R6">6</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L3R7">7</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
</pre>
</th>
<td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -5,4 +5,3 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">column_create Bookmarks tags COLUMN_VECTOR|WITH_WEIGHT ShortText</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> dump</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> table_create Bookmarks TABLE_HASH_KEY ShortText</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> column_create Bookmarks tags COLUMN_VECTOR|WITH_WEIGHT ShortText</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-</span>
</pre>
</td>
</tr>
</tbody>
</table>
<table style="border-collapse: collapse; border: 1px solid #aaa">
<thead>
<tr class="diff-header" style="border: 1px solid #aaa">
<td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre"> Copied: test/command/suite/dump/schema/dump_schema_no.expected (+6 -9) 64%</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
</td>
</tr>
</thead>
<tbody>
<tr>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4L0">...</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4L1">1</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4L2">2</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4L3">3</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4L7">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4L8">8</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4L9">9</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4L10">10</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4L11">11</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4L12">12</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4L13">13</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4L14">14</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4L15">15</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4L16">16</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4L17">17</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4L18">18</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4L19">19</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4L20">20</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4L21">21</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4L22">22</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4L23">23</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4L24">24</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4L25">25</a></span>
</pre>
</th>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4R0">...</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4R1">1</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4R2">2</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4R3">3</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4R4">4</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4R5">5</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4R9">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4R10">10</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4R11">11</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4R12">12</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4R13">13</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4R14">14</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4R15">15</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4R16">16</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4R17">17</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4R18">18</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4R19">19</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4R20">20</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4R21">21</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L4R22">22</a></span>
</pre>
</th>
<td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -1,3 +1,5 @@</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+plugin_register token_filters/stop_word</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+[[0,0.0,0.0],true]</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> table_create Bookmarks TABLE_HASH_KEY ShortText</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> [[0,0.0,0.0],true]</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> column_create Bookmarks title COLUMN_SCALAR ShortText</span>
<span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -8,18 +10,13 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">column_create Users name COLUMN_SCALAR ShortText</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> [[0,0.0,0.0],true]</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> column_create Users bookmark COLUMN_SCALAR Bookmarks</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> [[0,0.0,0.0],true]</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+column_create Bookmarks user COLUMN_SCALAR Users</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+[[0,0.0,0.0],true]</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> table_create Terms TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerAuto</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> [[0,0.0,0.0],true]</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> column_create Terms users_name_index COLUMN_INDEX|WITH_POSITION Users name</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> [[0,0.0,0.0],true]</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-dump</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-table_create Bookmarks TABLE_HASH_KEY ShortText</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-column_create Bookmarks title COLUMN_SCALAR ShortText</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+dump --dump_schema no</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+plugin_register token_filters/stop_word</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-table_create Users TABLE_HASH_KEY ShortText</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-column_create Users name COLUMN_SCALAR ShortText</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-table_create Terms TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerAuto</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-column_create Users bookmark COLUMN_SCALAR Bookmarks</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> column_create Terms users_name_index COLUMN_INDEX|WITH_POSITION Users name</span>
</pre>
</td>
</tr>
</tbody>
</table>
<table style="border-collapse: collapse; border: 1px solid #aaa">
<thead>
<tr class="diff-header" style="border: 1px solid #aaa">
<td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre"> Added: test/command/suite/dump/schema/dump_schema_no.test (+17 -0) 100644</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
</td>
</tr>
</thead>
<tbody>
<tr>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L5L-1">...</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
</pre>
</th>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L5R0">...</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L5R1">1</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L5R2">2</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L5R3">3</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L5R4">4</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L5R5">5</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L5R6">6</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L5R7">7</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L5R8">8</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L5R9">9</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L5R10">10</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L5R11">11</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L5R12">12</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L5R13">13</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L5R14">14</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L5R15">15</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L5R16">16</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L5R17">17</a></span>
</pre>
</th>
<td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -0,0 +1,17 @@</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+plugin_register token_filters/stop_word</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+table_create Bookmarks TABLE_HASH_KEY ShortText</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+column_create Bookmarks title COLUMN_SCALAR ShortText</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+table_create Users TABLE_HASH_KEY ShortText</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+column_create Users name COLUMN_SCALAR ShortText</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+column_create Users bookmark COLUMN_SCALAR Bookmarks</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+column_create Bookmarks user COLUMN_SCALAR Users</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+table_create Terms TABLE_PAT_KEY ShortText \</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ --default_tokenizer TokenBigram \</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ --normalizer NormalizerAuto</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+column_create Terms users_name_index COLUMN_INDEX|WITH_POSITION Users name</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+dump --dump_schema no</span>
</pre>
</td>
</tr>
</tbody>
</table>
<table style="border-collapse: collapse; border: 1px solid #aaa">
<thead>
<tr class="diff-header" style="border: 1px solid #aaa">
<td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre"> Modified: test/command/suite/dump/schema/plugin/multiple.expected (+0 -1)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
</td>
</tr>
</thead>
<tbody>
<tr>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L6L4">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L6L5">5</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L6L6">6</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L6L7">7</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L6L8">8</a></span>
</pre>
</th>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L6R4">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L6R5">5</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L6R6">6</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L6R7">7</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
</pre>
</th>
<td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -5,4 +5,3 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">plugin_register query_expanders/tsv</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> dump</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> plugin_register token_filters/stop_word</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> plugin_register query_expanders/tsv</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-</span>
</pre>
</td>
</tr>
</tbody>
</table>
<table style="border-collapse: collapse; border: 1px solid #aaa">
<thead>
<tr class="diff-header" style="border: 1px solid #aaa">
<td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre"> Modified: test/command/suite/dump/schema/plugin/native.expected (+0 -1)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
</td>
</tr>
</thead>
<tbody>
<tr>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L7L1">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L7L2">2</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L7L3">3</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L7L4">4</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L7L5">5</a></span>
</pre>
</th>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L7R1">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L7R2">2</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L7R3">3</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L7R4">4</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
</pre>
</th>
<td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -2,4 +2,3 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">plugin_register token_filters/stop_word</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> [[0,0.0,0.0],true]</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> dump</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> plugin_register token_filters/stop_word</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-</span>
</pre>
</td>
</tr>
</tbody>
</table>
<table style="border-collapse: collapse; border: 1px solid #aaa">
<thead>
<tr class="diff-header" style="border: 1px solid #aaa">
<td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre"> Modified: test/command/suite/dump/schema/plugin/ruby.expected (+0 -1)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
</td>
</tr>
</thead>
<tbody>
<tr>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L8L1">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L8L2">2</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L8L3">3</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L8L4">4</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L8L5">5</a></span>
</pre>
</th>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L8R1">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L8R2">2</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L8R3">3</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L8R4">4</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
</pre>
</th>
<td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -2,4 +2,3 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">plugin_register sharding</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> [[0,0.0,0.0],true]</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> dump</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> plugin_register sharding</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-</span>
</pre>
</td>
</tr>
</tbody>
</table>
<table style="border-collapse: collapse; border: 1px solid #aaa">
<thead>
<tr class="diff-header" style="border: 1px solid #aaa">
<td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre"> Modified: test/command/suite/dump/schema/table/double_array_trie/reference_key.expected (+0 -1)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
</td>
</tr>
</thead>
<tbody>
<tr>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L9L5">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L9L6">6</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L9L7">7</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L9L8">8</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L9L9">9</a></span>
</pre>
</th>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L9R5">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L9R6">6</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L9R7">7</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L9R8">8</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
</pre>
</th>
<td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -6,4 +6,3 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">dump</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> table_create Names TABLE_PAT_KEY ShortText</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre"> table_create Users TABLE_DAT_KEY Names</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-</span>
</pre>
</td>
</tr>
</tbody>
</table>
<table style="border-collapse: collapse; border: 1px solid #aaa">
<thead>
<tr class="diff-header" style="border: 1px solid #aaa">
<td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre"> Modified: test/command/suite/dump/schema/table/double_array_trie/type_key.expected (+0 -1)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
</td>
</tr>
</thead>
<tbody>
<tr>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L10L1">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L10L2">2</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L10L3">3</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L10L4">4</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L10L5">5</a></span>
</pre>
</th>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L10R1">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L10R2">2</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L10R3">3</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L10R4">4</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
</pre>
</th>
<td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -2,4 +2,3 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">table_create Users TABLE_DAT_KEY ShortText</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> [[0,0.0,0.0],true]</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> dump</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> table_create Users TABLE_DAT_KEY ShortText</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-</span>
</pre>
</td>
</tr>
</tbody>
</table>
<table style="border-collapse: collapse; border: 1px solid #aaa">
<thead>
<tr class="diff-header" style="border: 1px solid #aaa">
<td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre"> Modified: test/command/suite/dump/schema/table/hash/reference_key.expected (+0 -1)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
</td>
</tr>
</thead>
<tbody>
<tr>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L11L5">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L11L6">6</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L11L7">7</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L11L8">8</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L11L9">9</a></span>
</pre>
</th>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L11R5">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L11R6">6</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L11R7">7</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L11R8">8</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
</pre>
</th>
<td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -6,4 +6,3 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">dump</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> table_create Names TABLE_PAT_KEY ShortText</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre"> table_create Users TABLE_HASH_KEY Names</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-</span>
</pre>
</td>
</tr>
</tbody>
</table>
<table style="border-collapse: collapse; border: 1px solid #aaa">
<thead>
<tr class="diff-header" style="border: 1px solid #aaa">
<td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre"> Modified: test/command/suite/dump/schema/table/hash/type_key.expected (+0 -1)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
</td>
</tr>
</thead>
<tbody>
<tr>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L12L1">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L12L2">2</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L12L3">3</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L12L4">4</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L12L5">5</a></span>
</pre>
</th>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L12R1">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L12R2">2</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L12R3">3</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L12R4">4</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
</pre>
</th>
<td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -2,4 +2,3 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">table_create Users TABLE_HASH_KEY ShortText</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> [[0,0.0,0.0],true]</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> dump</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> table_create Users TABLE_HASH_KEY ShortText</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-</span>
</pre>
</td>
</tr>
</tbody>
</table>
<table style="border-collapse: collapse; border: 1px solid #aaa">
<thead>
<tr class="diff-header" style="border: 1px solid #aaa">
<td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre"> Modified: test/command/suite/dump/schema/table/no_key/minimum.expected (+0 -1)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
</td>
</tr>
</thead>
<tbody>
<tr>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L13L1">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L13L2">2</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L13L3">3</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L13L4">4</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L13L5">5</a></span>
</pre>
</th>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L13R1">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L13R2">2</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L13R3">3</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L13R4">4</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
</pre>
</th>
<td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -2,4 +2,3 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">table_create Users TABLE_NO_KEY</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> [[0,0.0,0.0],true]</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> dump</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> table_create Users TABLE_NO_KEY</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-</span>
</pre>
</td>
</tr>
</tbody>
</table>
<table style="border-collapse: collapse; border: 1px solid #aaa">
<thead>
<tr class="diff-header" style="border: 1px solid #aaa">
<td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre"> Modified: test/command/suite/dump/schema/table/patricia_trie/reference_key.expected (+0 -1)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
</td>
</tr>
</thead>
<tbody>
<tr>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L14L5">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L14L6">6</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L14L7">7</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L14L8">8</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L14L9">9</a></span>
</pre>
</th>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L14R5">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L14R6">6</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L14R7">7</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L14R8">8</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
</pre>
</th>
<td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -6,4 +6,3 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">dump</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> table_create Names TABLE_PAT_KEY ShortText</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre"> table_create Users TABLE_PAT_KEY Names</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-</span>
</pre>
</td>
</tr>
</tbody>
</table>
<table style="border-collapse: collapse; border: 1px solid #aaa">
<thead>
<tr class="diff-header" style="border: 1px solid #aaa">
<td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre"> Modified: test/command/suite/dump/schema/table/patricia_trie/type_key.expected (+0 -1)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
</td>
</tr>
</thead>
<tbody>
<tr>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L15L1">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L15L2">2</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L15L3">3</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L15L4">4</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L15L5">5</a></span>
</pre>
</th>
<th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L15R1">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L15R2">2</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L15R3">3</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/groonga/groonga/commit/41b1f1f5f13ca2d9fa31baa0ef5d106196d56c11#L15R4">4</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre"> </span>
</pre>
</th>
<td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -2,4 +2,3 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">table_create Users TABLE_PAT_KEY ShortText</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> [[0,0.0,0.0],true]</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> dump</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> table_create Users TABLE_PAT_KEY ShortText</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-</span>
</pre>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>