- 30 Aug, 2017 5 commits
-
-
Tim Wickberg authored
Bug 2346.
-
Tim Wickberg authored
Queries longer than the range will be rejected outright. Default value is INFINITE (query range is unlimited). Bug 2346.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
This reverts commit 0581585c. Do not change permissions on files the testsuite does not "own". Bug 4118.
-
- 29 Aug, 2017 32 commits
-
-
Brian Christiansen authored
Bug 4090
-
Danny Auble authored
-
Danny Auble authored
-
Tim Wickberg authored
This reverts commit 610042bb.
-
Tim Wickberg authored
This reverts commit f9687bbc.
-
Tim Wickberg authored
Note that field_size is always reset later by _parse_token.
-
Danny Auble authored
-
Brian Christiansen authored
-
Brian Christiansen authored
as reported when compiling with optimizations (-O2).
-
Brian Christiansen authored
reported when compiling with optimizations (-O2).
-
Brian Christiansen authored
as reported when compiling with optimizations (-O2). Also check for null dereference.
-
Brian Christiansen authored
as reported when compiling with optimizations (-O2).
-
Brian Christiansen authored
as reported when compiling with optimizations (-02). Initialize the variables early since they were being initialized in their loops and later checked for -1. Technically couldn't have happened since for example, user_part_inx1 would only be set to -1 if max_backfill_job_per_user_part was set. And user_part_inx is only checked later if max_backfill_job_per_user_part is set. Same thing for part_inx, max_backfill_job_per_part and user_inx, max_backfill_job_per_user.
-
Brian Christiansen authored
reported when compiling with optimizations (-O2). The compiler ignores the (void) cast and reports the error.
-
Brian Christiansen authored
reported when compiling with optimizations (-O2). field_id may be uninitialized or the the value from the previous iteration in the while loop. The only possible values of dataset_loc->type are: typedef enum { PROFILE_FIELD_NOT_SET, PROFILE_FIELD_UINT64, PROFILE_FIELD_DOUBLE } acct_gather_profile_field_type_t; and the while loop condition ensures that PROFILE_FIELD_NOT_SET is not handled. So instead of handling PROFILE_FIELD_NOT_SET directly, just catching everything else with the "default" case statement and continuing the loop.
-
Brian Christiansen authored
when compiling with optimizations (-02) due to "size" not being set in case statement.
-
Brian Christiansen authored
when compiling with optimizations (-O2).
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
Could happen if the switch statement hit the default. Was originally this way in ca682973
-
Brian Christiansen authored
as stated in README. Was originally this way in ca682973
-
Danny Auble authored
relies on the primary to do so. There is a potential race condition if the backup DBD tries to create/check the database at the same time as the primary. This patch removes this race by not allowing the backup to do the check/create. Bug 3827
-
Morris Jette authored
Coverity CID 171481
-
Morris Jette authored
Coverity CID 45152
-
Morris Jette authored
Coverity CID 44923
-
Morris Jette authored
Coverity CID 44802
-
Morris Jette authored
Coverity 44943, 44944
-
Morris Jette authored
Coverity CID 44941, 44942
-
Danny Auble authored
-
Danny Auble authored
Starting in MariaDB 10.2 many of the api commands started setting errno erroneously.
-
Brian Christiansen authored
Looks like it was used as test program.
-
- 28 Aug, 2017 3 commits
-
-
Morris Jette authored
-
Morris Jette authored
Test was sporadically failing on smd without sleep
-
Morris Jette authored
-