-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proxysql: 2.6.0 -> 2.6.6 and fix build
- Loading branch information
Showing
3 changed files
with
62 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
diff --git a/src/main.cpp b/src/main.cpp | ||
index 39dfaa24..634b004b 100644 | ||
index d98743a6..3a951981 100644 | ||
--- a/src/main.cpp | ||
+++ b/src/main.cpp | ||
@@ -237,6 +237,7 @@ static char * main_check_latest_version() { | ||
|
||
|
||
@@ -195,6 +195,7 @@ static char * main_check_latest_version() { | ||
* @return NULL. | ||
*/ | ||
void * main_check_latest_version_thread(void *arg) { | ||
+ return NULL; | ||
// Fetch the latest version information | ||
char * latest_version = main_check_latest_version(); | ||
if (latest_version) { | ||
if ( | ||
// we check for potential invalid data , see issue #4042 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters