Skip to content

Commit ef2bc58

Browse files
committed
Bug#31037561 enable doc-comment warnings for test_table_access
- enabled doc-comment warnings - fixed @param name Change-Id: Ic0ade9b7e7050bcb306e9bc9d51d743508e4950d
1 parent 74a562b commit ef2bc58

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

components/test/table_access/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222

2323
# We are not interesting in profiling tests.
2424
DISABLE_MISSING_PROFILE_WARNING()
25-
# TODO: remove when all -Wdocumentation warnings are fixed.
26-
# - components/test/table_access/test_table_access.cc
27-
DISABLE_DOCUMENTATION_WARNINGS()
28-
2925

3026
MYSQL_ADD_COMPONENT(test_table_access
3127
test_table_access.cc

components/test/table_access/test_table_access.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ static char *test_table_access_driver(UDF_INIT *, UDF_ARGS *args, char *result,
827827
#define CONST_STR_AND_LEN(x) x, sizeof(x) - 1
828828

829829
/**
830-
@param [out] status: true for failure, false otherwise
830+
@param [out] ret true for failure, false otherwise
831831
*/
832832
static void thd_function(bool *ret) {
833833
TA_table tb = nullptr, write_tb = nullptr;

0 commit comments

Comments
 (0)