diff options
Diffstat (limited to 'sql/sql_cmd.h')
-rw-r--r-- | sql/sql_cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_cmd.h b/sql/sql_cmd.h index a5557c65463..91dcc077c85 100644 --- a/sql/sql_cmd.h +++ b/sql/sql_cmd.h @@ -348,7 +348,7 @@ protected: virtual DML_prelocking_strategy *get_dml_prelocking_strategy() = 0; - uint table_count; + uint table_count; protected: LEX *lex; ///< Pointer to LEX for this statement |