You've already forked mariadb-columnstore-engine
							
							
				mirror of
				https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
				synced 2025-11-03 17:13:17 +03:00 
			
		
		
		
	add DistributedInstall to singlserver xml file, fix comment in procmgr
This commit is contained in:
		@@ -458,6 +458,7 @@
 | 
				
			|||||||
		<JavaHome>unassigned</JavaHome>
 | 
							<JavaHome>unassigned</JavaHome>
 | 
				
			||||||
		<JavaPath>unassigned</JavaPath>
 | 
							<JavaPath>unassigned</JavaPath>
 | 
				
			||||||
		<MySQLPort>3306</MySQLPort>
 | 
							<MySQLPort>3306</MySQLPort>
 | 
				
			||||||
 | 
							<DistributedInstall>y</DistributedInstall>
 | 
				
			||||||
	</Installation>
 | 
						</Installation>
 | 
				
			||||||
	<ExtentMap>
 | 
						<ExtentMap>
 | 
				
			||||||
		<!--
 | 
							<!--
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -563,7 +563,7 @@ static void startMgrProcessThread()
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
        catch (...) 
 | 
					        catch (...) 
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
                log.writeLog(__LINE__, "addModule - ERROR: get DistributedInstall", LOG_TYPE_ERROR);
 | 
					                log.writeLog(__LINE__, "ERROR: get DistributedInstall", LOG_TYPE_ERROR);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	//Send out a start service just to make sure Columnstore is runing on remote nodes
 | 
						//Send out a start service just to make sure Columnstore is runing on remote nodes
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user