summaryrefslogtreecommitdiff
path: root/test/scr038/data/hash_table.sql
diff options
context:
space:
mode:
Diffstat (limited to 'test/scr038/data/hash_table.sql')
-rw-r--r--test/scr038/data/hash_table.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/scr038/data/hash_table.sql b/test/scr038/data/hash_table.sql
new file mode 100644
index 0000000..229c592
--- /dev/null
+++ b/test/scr038/data/hash_table.sql
@@ -0,0 +1,7 @@
+CREATE DATABASE numismatics; /*+ CACHESIZE = 16m */
+
+CREATE TABLE mint (mid INT(8) PRIMARY KEY,
+ country VARCHAR(20),
+ city VARCHAR(20)); --+ DBTYPE = HASH
+
+