From cc3979f34a886ae4c89d4e3e86a5b0db1669585f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Nov 2012 11:46:03 +0200 Subject: Move some of the preprocessing from relational to common --- odb/plugin.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'odb/plugin.cxx') diff --git a/odb/plugin.cxx b/odb/plugin.cxx index e7eee3d..5bbe04c 100644 --- a/odb/plugin.cxx +++ b/odb/plugin.cxx @@ -287,6 +287,7 @@ plugin_init (plugin_name_args* plugin_info, plugin_gcc_version*) options_ = ops; pragma_db_ = db; + pragma_multi_ = options_->multi_database (); } if (options_->trace ()) -- cgit v1.1