Nikolai Kochetov
|
71298ba496
|
Move fix to ExternalLoader::checkLoaded.
|
2020-10-27 17:21:51 +03:00 |
|
Vitaly Baranov
|
cce970e40c
|
Use join() instead of detach() for loading threads in ExternalLoader.
|
2020-09-09 03:19:13 +03:00 |
|
Alexander Tokmakov
|
f6949b2f47
|
use dictionary ids
|
2020-07-15 22:25:31 +03:00 |
|
Alexey Milovidov
|
25f941020b
|
Remove namespace pollution
|
2020-05-31 00:57:37 +03:00 |
|
Alexey Milovidov
|
7e1813825b
|
Return old names of macros
|
2020-05-24 01:24:01 +03:00 |
|
Alexey Milovidov
|
af2a59e49b
|
Progress on task
|
2020-05-24 00:50:34 +03:00 |
|
Alexey Milovidov
|
d853bc39c5
|
Apply all transformations again
|
2020-05-24 00:41:48 +03:00 |
|
Alexey Milovidov
|
c87fb91532
|
Progress on task
|
2020-05-24 00:41:35 +03:00 |
|
Alexey Milovidov
|
93626701b8
|
Apply all transformations again
|
2020-05-24 00:27:27 +03:00 |
|
Alexey Milovidov
|
ce0619dabf
|
Progress on task
|
2020-05-24 00:26:45 +03:00 |
|
Alexey Milovidov
|
cd6d3c7509
|
Progress on task
|
2020-05-23 22:55:06 +03:00 |
|
Alexey Milovidov
|
d5b7883451
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_[^\_(]+\([^,]+, "[^"]+" << [^<]+ << "[^"]+" << [^<]+ << "[^"]+" << [^<]+ << "[^"]+"\);' | xargs sed -i -r -e 's/(LOG_[^\_(]+)\(([^,]+), "([^"]+)" << ([^<]+) << "([^"]+)" << ([^<]+) << "([^"]+)" << ([^<]+) << "([^"]+)"\);/\1_FORMATTED(\2, "\3{}\5{}\7{}\9", \4, \6, \8);/'
|
2020-05-23 22:41:08 +03:00 |
|
Alexey Milovidov
|
29762240de
|
Remove duplicate whitespaces (preparation)
|
2020-05-23 22:31:54 +03:00 |
|
Alexey Milovidov
|
7fed65cbe2
|
Remove duplicate whitespaces (preparation)
|
2020-05-23 22:14:58 +03:00 |
|
Alexey Milovidov
|
9d2a0d2dd7
|
Apply all transformations again
|
2020-05-23 21:59:49 +03:00 |
|
Alexey Milovidov
|
a2ad11897f
|
Remove duplicate whitespaces (preparation)
|
2020-05-23 21:53:58 +03:00 |
|
Alexey Milovidov
|
1f13515a65
|
Make all LOG in single line (preparation)
|
2020-05-23 21:31:37 +03:00 |
|
Alexey Milovidov
|
241f8c5431
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" \+ [^+]+ \+ "[^"]+"\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" \+ ([^+]+) \+ "([^"]+)"\);/\1_FORMATTED(\2, "\3{}\5", \4);/'
|
2020-05-23 20:10:21 +03:00 |
|
Alexey Milovidov
|
e391b77d81
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+ << "[^"]+"\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+) << "([^"]+)"\);/\1_FORMATTED(\2, "\3{}\5", \4);/'
|
2020-05-23 19:56:05 +03:00 |
|
Vitaly Baranov
|
dd34cd73e2
|
Move initialization of DatabaseWithDictionaries to constructor.
|
2020-04-30 20:22:20 +03:00 |
|
Alexey Milovidov
|
0a7edce036
|
Checkpoint
|
2020-04-22 09:01:33 +03:00 |
|
Vitaly Baranov
|
d62345bbaa
|
Show information about not loaded dictionaries in system.columns, system.tables
and in "SHOW TABLES" executed in any database with the "Dictionary" engine.
|
2020-04-18 12:50:54 +03:00 |
|
Vitaly Baranov
|
d8b76232fe
|
Remove useless logging from ExternalLoader.
|
2020-04-07 21:39:34 +03:00 |
|
Ivan Lezhankin
|
06446b4f08
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
|