3 files changed
+4
-6
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
53 |
| - | |
| 52 | + | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
| 15 | + | |
18 | 16 |
| |
19 | 17 |
| |
20 | 18 |
| |
|
Submodule columnstore updated 62 files
- CMakeLists.txt+1-4
- dbcon/ddlpackage/sqlparser.cpp+1-1
- dbcon/dmlpackage/commanddmlpackage.cpp+2-2
- dbcon/dmlpackage/dmlparser.cpp+1-1
- dbcon/dmlpackage/insertdmlpackage.cpp+3-3
- dbcon/execplan/aggregatecolumn.cpp+1-1
- dbcon/execplan/calpontselectexecutionplan.cpp+3-3
- dbcon/execplan/calpontsystemcatalog.cpp+21-1
- dbcon/execplan/calpontsystemcatalog.h+2
- dbcon/execplan/clientrotator.cpp+8-5
- dbcon/execplan/constantcolumn.cpp+1-1
- dbcon/execplan/constantfilter.cpp+1
- dbcon/execplan/existsfilter.cpp+3-2
- dbcon/execplan/outerjoinonfilter.cpp+2
- dbcon/execplan/selectfilter.cpp+1
- dbcon/execplan/simplecolumn.cpp+1-1
- dbcon/execplan/simplefilter.cpp+1
- dbcon/execplan/simplescalarfilter.cpp+1
- dbcon/joblist/pdictionaryscan.cpp+2-1
- dbcon/joblist/tuplehashjoin.cpp+2-1
- dbcon/joblist/windowfunctionstep.cpp+3-1
- dbcon/mysql/ha_mcs.cpp+5-3
- dbcon/mysql/ha_mcs.h+3-3
- dbcon/mysql/ha_mcs_execplan.cpp+3-3
- dbcon/mysql/ha_window_function.cpp+4-3
- ddlproc/ddlproc.cpp-1
- debian/autobake-deb.sh-130
- debian/control+1-1
- debian/mariadb-plugin-columnstore.install-2
- dmlproc/dmlproc.cpp-1
- oam/oamcpp/liboamcpp.cpp+4-4
- oamapps/columnstoreSupport/columnstoreSupport.cpp+7-5
- oamapps/serverMonitor/cpuMonitor.cpp+1-1
- primitives/linux-port/dictionary.cpp+4-2
- primitives/primproc/batchprimitiveprocessor.cpp+3-2
- primitives/primproc/primitiveserver.cpp-1
- procmgr/main.cpp+10-6
- procmgr/processmanager.cpp+14-10
- procmgr/processmanager.h+5-5
- procmon/main.cpp+65-57
- procmon/processmonitor.cpp+5-5
- storage-manager/src/IOCoordinator.cpp+11-8
- storage-manager/src/unit_tests.cpp+95-95
- tools/ddlcleanup/ddlcleanup.cpp-1
- utils/common/checks.h+43
- utils/common/vlarray.h+100
- utils/funcexp/func_cast.cpp+3-1
- utils/funcexp/func_char.cpp+3-1
- utils/funcexp/func_elt.cpp+5-3
- utils/funcexp/func_strcmp.cpp+1-1
- utils/idbdatafile/IDBPolicy.cpp+5-4
- utils/joiner/tuplejoiner.cpp+8-7
- utils/messageqcpp/compressed_iss.h+1
- utils/messageqcpp/inetstreamsocket.cpp+1-1
- utils/rowgroup/rowaggregation.cpp+4-2
- utils/windowfunction/wf_udaf.cpp+6-5
- versioning/BRM/resourcenode.cpp+1-1
- writeengine/bulk/we_colbufsec.cpp+1-1
- writeengine/dictionary/we_dctnry.cpp+2-1
- writeengine/server/we_ddlcommandproc.cpp-1
- writeengine/server/we_dmlcommandproc.cpp+17-12
- writeengine/shared/we_dbfileop.cpp+2-2
0 commit comments