LibraryDictionarySource fixes

This commit is contained in:
proller 2017-09-05 20:13:00 +03:00
parent 2a7813049e
commit 0e4d49570b
3 changed files with 8 additions and 8 deletions

View File

@ -15,7 +15,7 @@ class Logger;
namespace DB
{
struct CStringsHolder;
class CStringsHolder;
/// Allows loading dictionaries from dynamic libraries (.so)
/// Experimental version

View File

@ -389,16 +389,16 @@ def generate_dictionaries(args):
'''.format(https_host=args.https_host, https_port=args.https_port, https_path=args.https_path)
source_library = '''
<lib>
<filename>{filename}</filename>
</lib>
<library>
<path>{filename}</path>
</library>
'''.format(filename=os.path.abspath('../../../build/dbms/tests/external_dictionaries/dictionary_library/libdictionary_library.so'))
# Todo?
#source_library_c = '''
#<lib>
# <filename>{filename}</filename>
#</lib>
#<library>
# <path>{filename}</path>
#</library>
#'''.format(filename=os.path.abspath('../../../build/dbms/tests/external_dictionaries/dict_lib/libdict_library_c.so'))

View File

@ -1 +1 @@
3.0 (native)
3.0 (quilt)