Skip to content

Commit bcb4089

Browse files
Tor Didriksendahlerlend
authored andcommitted
Bug#37651856: Crash after secondary is off. [MYSQL change]
Post-push fix: -Werror,-Wdocumentation error: parameter 'THD' not found in the function declaration. Change-Id: I72565eb3b10bee0c8d760637ed683ffd58366a38
1 parent d79ddbf commit bcb4089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/handler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2121,7 +2121,7 @@ typedef bool (*get_table_statistics_t)(
21212121

21222122
/**
21232123
Retrieve column_statistics from SE.
2124-
@param THD Current THD
2124+
@param thd Current THD
21252125
@param db_name Name of schema
21262126
@param table_name Name of table
21272127
@param column_name Name of column

0 commit comments

Comments
 (0)