-
Notifications
You must be signed in to change notification settings - Fork 728
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: mantisbt/mantisbt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e8e4892
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mantisbt/mantisbt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 39a4080
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 1 file changed
- 1 contributor
Commits on Mar 27, 2012
-
Fix utf8 offset when logging SQL in db_query_bound
The fix for #13280 (5835572) only fixed one part of the problem, i.e. when the UTF8 characters were in the SQL query itself. This commit fixes the remaining case when the string parameters contain multibyte chars. Fixes #14097
Configuration menu - View commit details
-
Copy full SHA for 094d4b2 - Browse repository at this point
Copy the full SHA 094d4b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c210a3 - Browse repository at this point
Copy the full SHA 9c210a3View commit details -
Avoid unnecessary execution of query logging code
As per documentation for $g_show_queries_list, this option should only be effective when $g_show_queries_count is ON. However, the global variable $g_db_log_queries initialized in database_api.php did not reflect this, which resulted in unnecessary execution of the logging code in db_query_bound().
Configuration menu - View commit details
-
Copy full SHA for 39a4080 - Browse repository at this point
Copy the full SHA 39a4080View commit details
There are no files selected for viewing