aboutsummaryrefslogtreecommitdiff
path: root/src/test/mb/expected/sjis.out
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/mb/expected/sjis.out')
-rw-r--r--src/test/mb/expected/sjis.out1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/mb/expected/sjis.out b/src/test/mb/expected/sjis.out
index db2bfd0d755..73dd29b9843 100644
--- a/src/test/mb/expected/sjis.out
+++ b/src/test/mb/expected/sjis.out
@@ -2,6 +2,7 @@ drop table 計算機用語;
create table 計算機用語 (用語 text, 分類コード varchar, 備考1Aだよ char(16));
create index 計算機用語index1 on 計算機用語 using btree (用語);
create index 計算機用語index2 on 計算機用語 using hash (分類コード);
+WARNING: hash indexes are not WAL-logged and their use is discouraged
insert into 計算機用語 values('コンピュータディスプレイ','機A01上');
insert into 計算機用語 values('コンピュータグラフィックス','分B10中');
insert into 計算機用語 values('コンピュータプログラマー','人Z01下');