We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a611f7 commit 206ca7bCopy full SHA for 206ca7b
plugin/clone/CMakeLists.txt
@@ -22,9 +22,6 @@
22
23
DISABLE_MISSING_PROFILE_WARNING()
24
MSVC_CPPCHECK_DISABLE()
25
-# TODO: remove when all -Wdocumentation warnings are fixed.
26
-# - plugin/clone/include/clone_client.h
27
-DISABLE_DOCUMENTATION_WARNINGS()
28
29
ADD_DEFINITIONS(-DMYSQL_SERVER)
30
ADD_DEFINITIONS(-DLOG_SUBSYSTEM_TAG="Clone")
plugin/clone/include/clone_client.h
@@ -709,7 +709,7 @@ class Client {
709
int set_error(const uchar *buffer, size_t length);
710
711
/** Suspends client thread for the specified time
712
- @param[in] Time_Sec Time in seconds
+ @param[in] wait_time Time in seconds
713
@return error code */
714
int wait(Time_Sec wait_time);
715
0 commit comments