Commit d6f0e60a authored by Marko Mäkelä's avatar Marko Mäkelä

Merge 5.5 into 10.1

Null merge the MDEV-14383 fix; it affects 5.5 only.
parents 031c695b df61c584
...@@ -650,7 +650,7 @@ class Item: public Value_source, ...@@ -650,7 +650,7 @@ class Item: public Value_source,
/* 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;
protected: protected:
......
...@@ -1951,7 +1951,7 @@ int write_record(THD *thd, TABLE *table,COPY_INFO *info) ...@@ -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
******************************************************************************/ ******************************************************************************/
......
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