diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-03-25 11:02:03 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-03-25 11:03:19 +0200 |
commit | c3a6c683e2bba4111a69a34303af13ff9a45b46a (patch) | |
tree | d769537a9ef4b6602ce548bf4ccf037e1a78519f /sql/item.cc | |
parent | f03f4da66373161d604b8ecf3c23ae18d08c0461 (diff) | |
parent | 72b934e3f7d5f0c717cb98b718c9529c74741b4a (diff) | |
download | mariadb-git-c3a6c683e2bba4111a69a34303af13ff9a45b46a.tar.gz |
Merge 10.2 into 10.3
Diffstat (limited to 'sql/item.cc')
-rw-r--r-- | sql/item.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item.cc b/sql/item.cc index 7f4e69a3523..faae5c5ad03 100644 --- a/sql/item.cc +++ b/sql/item.cc @@ -992,7 +992,7 @@ bool Item_field::register_field_in_write_map(void *arg) } /** - Check that we are not refering to any not yet initialized fields + Check that we are not referring to any not yet initialized fields Fields are initialized in this order: - All fields that have default value as a constant are initialized first. |