aboutsummaryrefslogtreecommitdiff
path: root/mysql/truncation/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mysql/truncation/makefile')
-rw-r--r--mysql/truncation/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql/truncation/makefile b/mysql/truncation/makefile
index 9a4f9b1..def31ba 100644
--- a/mysql/truncation/makefile
+++ b/mysql/truncation/makefile
@@ -36,7 +36,7 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): $(odb)
$(gen): odb := $(odb)
$(gen) $(dist): export odb_options += --database mysql --generate-query \
---generate-schema
+--generate-schema --table-prefix mysql_truncation_
$(gen): cpp_options := -I$(src_base)
$(gen): $(common.l.cpp-options)