Skip to content

Commit

Permalink
MDEV-19837 and MDEV-19816: Change some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Long authored and an3l committed Aug 21, 2019
1 parent e746f45 commit 4e89fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sql/item.h
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ class Item {
/* Cache of the result of is_expensive(). */
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;

/*
Expand Down
2 changes: 1 addition & 1 deletion sql/sql_insert.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4e89fdb

Please sign in to comment.