aboutsummaryrefslogtreecommitdiff
path: root/mysql/truncation/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-13 11:43:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-13 11:43:09 +0200
commit3fe2f0f8570ad9b6db2a550d2c313e5367e61fd1 (patch)
treeffc86a1cca92163e14288a4768a30049de0a5ba6 /mysql/truncation/makefile
parenta9d527ffd7e4a2222d5e80c8110f092af0cb5a74 (diff)
Handle buffer growth in cached result
Diffstat (limited to 'mysql/truncation/makefile')
-rw-r--r--mysql/truncation/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql/truncation/makefile b/mysql/truncation/makefile
index a798c8d..331bc34 100644
--- a/mysql/truncation/makefile
+++ b/mysql/truncation/makefile
@@ -35,7 +35,8 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): $(odb)
$(gen): odb := $(odb)
-$(gen) $(dist): export odb_options += --database mysql --generate-schema
+$(gen) $(dist): export odb_options += --database mysql --generate-query \
+--generate-schema
$(gen): cpp_options := -I$(out_base)
$(gen): $(common.l.cpp-options)