Skip to content

Commit

Permalink
Merge 5.5 into 10.1
Browse files Browse the repository at this point in the history
Null merge the MDEV-14383 fix; it affects 5.5 only.
  • Loading branch information
dr-m committed Sep 11, 2019
2 parents 031c695 + df61c58 commit d6f0e60
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 @@ -650,7 +650,7 @@ class Item: public Value_source,
/* 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;

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


Expand Down

0 comments on commit d6f0e60

Please sign in to comment.