You've already forked mariadb-columnstore-engine
							
							
				mirror of
				https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
				synced 2025-10-31 18:30:33 +03:00 
			
		
		
		
	Merge pull request #615 from mariadb-corporation/MCOL-520-bash
MCOL-520 remove debug bash -x
This commit is contained in:
		| @@ -21,7 +21,7 @@ for arg in "$@"; do | |||||||
| 	fi | 	fi | ||||||
| done | done | ||||||
|  |  | ||||||
| bash -x $installdir/bin/post-install --installdir=/usr/local/mariadb/columnstore | $installdir/bin/post-install --installdir=/usr/local/mariadb/columnstore | ||||||
| echo -e "1\n1\n1\n1\n1\n1\n" | $installdir/bin/postConfigure -i $installdir | echo -e "1\n1\n1\n1\n1\n1\n" | $installdir/bin/postConfigure -i $installdir | ||||||
| if [ $? -eq 0 ]; then | if [ $? -eq 0 ]; then | ||||||
| 	exit 0 | 	exit 0 | ||||||
|   | |||||||
| @@ -82,8 +82,6 @@ using namespace oam; | |||||||
| using namespace logging; | using namespace logging; | ||||||
| using namespace BRM; | using namespace BRM; | ||||||
|  |  | ||||||
| string tmpdir; |  | ||||||
|  |  | ||||||
| namespace oam | namespace oam | ||||||
| { | { | ||||||
| // flag to tell us ctrl-c was hit | // flag to tell us ctrl-c was hit | ||||||
|   | |||||||
| @@ -2521,6 +2521,7 @@ private: | |||||||
|      */ |      */ | ||||||
|     void sendStatusUpdate(messageqcpp::ByteStream obs, messageqcpp::ByteStream::byte returnRequestType); |     void sendStatusUpdate(messageqcpp::ByteStream obs, messageqcpp::ByteStream::byte returnRequestType); | ||||||
|  |  | ||||||
|  | 	std::string tmpdir; | ||||||
|     std::string CalpontConfigFile; |     std::string CalpontConfigFile; | ||||||
|     std::string AlarmConfigFile; |     std::string AlarmConfigFile; | ||||||
|     std::string ProcessConfigFile; |     std::string ProcessConfigFile; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user