diff options
author | Alexey Botchkov <holyfoot@askmonty.org> | 2022-03-15 16:28:33 +0400 |
---|---|---|
committer | Alexey Botchkov <holyfoot@askmonty.org> | 2022-03-15 16:28:33 +0400 |
commit | 905a453ff78fb998764b6c4e675c6de8a2e2b3f3 (patch) | |
tree | 83ed9844d5dd27e7c43a5120c0720fdb5014c00e /sql/sql_cmd.h | |
parent | 086a212d96b7693d1bacf67e3ad14627fb802269 (diff) | |
download | mariadb-git-bb-10.7-mdev-27159-insert-hf.tar.gz |
MDEV-27159 Re-design the upper level of handling DML commands.bb-10.7-mdev-27159-insert-hf
Sql_cmd_insert class introduced.
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 |