forked from mariux64/mxq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* mx_mysql: mx_mysql: Add debugging routines to dump mysql bindings mxqd: use mx_mysql_do_statement_retry_on_fail() for some queries MXQ: Cleanup unused variables Makefile: mxqdump: fix dependency mxqd: Use mx_mysql* and remove mxq_mysql* forever mx_mysql: Fix mx_mysql_do_statement(_noresult) to return number of affected rows mx_mysql: Fix initialization dependencies
- Loading branch information
Showing
15 changed files
with
398 additions
and
826 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 |
---|---|---|
|
@@ -5,7 +5,6 @@ mx_util.o | |
mxq_group.o | ||
mxqdump.o | ||
mxq_job.o | ||
mxq_mysql.o | ||
mxqd.o | ||
mxqsub.o | ||
mxqkill.o | ||
|
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
Oops, something went wrong.