Last active
March 6, 2023 15:53
-
-
Save cs278/a906a29ce8454357337e57e4689dfdfc to your computer and use it in GitHub Desktop.
Fix Sphinx Search and MariaDB
This file contains hidden or 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
--- src/searchd.cpp 2014-01-22 15:37:08.000000000 +0000 | |
+++ src/searchd.cpp 2020-10-06 16:45:05.577703559 +0000 | |
@@ -10164 +10164 @@ | |
- iWarns |= ( SERVER_MORE_RESULTS_EXISTS<<16 ); | |
+ iWarns |= ( 8U<<16 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment