Skip to content

Instantly share code, notes, and snippets.

@cs278
Last active March 6, 2023 15:53
Show Gist options
  • Save cs278/a906a29ce8454357337e57e4689dfdfc to your computer and use it in GitHub Desktop.
Save cs278/a906a29ce8454357337e57e4689dfdfc to your computer and use it in GitHub Desktop.
Fix Sphinx Search and MariaDB
--- 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