diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2020-07-14 10:12:22 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2020-10-07 13:43:54 +0200 |
commit | 6d02ddda888dc85a91f5d5e6a92696a7d69a5b12 (patch) | |
tree | 0c8f63a5366f12a9b9c71b9145bf5fefeaa55e33 | |
parent | 62c35fe93e14ff469007dac2488f5c34a76ce9de (diff) | |
download | mariadb-git-bb-10.2-MDEV-15703.tar.gz |
Fix of typo in the comment.bb-10.2-MDEV-15703
-rw-r--r-- | sql/item.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item.h b/sql/item.h index 134c139f964..8c554f9059c 100644 --- a/sql/item.h +++ b/sql/item.h @@ -1316,7 +1316,7 @@ public: Most items are evaluable expressions. Examples of non-evaluable expressions: - Item_contextually_typed_value_specification (handling DEFAULT and IGNORE) - - Item_type_param bound to DEFAULT and IGNORE + - Item_param bound to DEFAULT and IGNORE We cannot call the mentioned methods for these Items, their method implementations typically have DBUG_ASSERT(0). */ |