aboutsummaryrefslogtreecommitdiff
path: root/common/optimistic
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-02 14:29:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-02 14:29:23 +0200
commit7930679bf077dd593ff7e138843adb7f8ba40c25 (patch)
tree1919ac0abbd0e280dda006034f94a228240b250a /common/optimistic
parent62ef9782b05e7edb8e391232c97c95a0dc9b34c3 (diff)
Add example for optimistic concurrency support
Diffstat (limited to 'common/optimistic')
-rw-r--r--common/optimistic/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/optimistic/makefile b/common/optimistic/makefile
index 955cc2f..9945ca5 100644
--- a/common/optimistic/makefile
+++ b/common/optimistic/makefile
@@ -36,7 +36,7 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): $(odb)
$(gen): odb := $(odb)
$(gen) $(dist): export odb_options += --database $(db_id) --generate-schema \
---generate-query --table-prefix optimistic_
+--generate-query --table-prefix t_optimistic_
$(gen): cpp_options := -I$(src_base)
$(gen): $(common.l.cpp-options)