Commit 4e89fdb9 authored by Stephen Long's avatar Stephen Long Committed by Anel Husakovic

MDEV-19837 and MDEV-19816: Change some comments

parent e746f451
...@@ -606,7 +606,7 @@ class Item { ...@@ -606,7 +606,7 @@ class Item {
/* Cache of the result of is_expensive(). */ /* Cache of the result of is_expensive(). */
int8 is_expensive_cache; int8 is_expensive_cache;
/* Reuse size, only used by SP local variable assignment, otherwize 0 */ /* Reuse size, only used by SP local variable assignment, otherwise 0 */
uint rsize; uint rsize;
/* /*
......
...@@ -1881,7 +1881,7 @@ int write_record(THD *thd, TABLE *table,COPY_INFO *info) ...@@ -1881,7 +1881,7 @@ int write_record(THD *thd, TABLE *table,COPY_INFO *info)
/****************************************************************************** /******************************************************************************
Check that all fields with arn't null_fields are used Check that there aren't any null_fields
******************************************************************************/ ******************************************************************************/
int check_that_all_fields_are_given_values(THD *thd, TABLE *entry, int check_that_all_fields_are_given_values(THD *thd, TABLE *entry,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment