Browse Source

Merge 5.5 into 10.1

Null merge the MDEV-14383 fix; it affects 5.5 only.
pull/1387/head
Marko Mäkelä 6 years ago
parent
commit
d6f0e60a67
  1. 2
      sql/item.h
  2. 2
      sql/sql_insert.cc

2
sql/item.h

@ -650,7 +650,7 @@ public:
/* 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:

2
sql/sql_insert.cc

@ -1951,7 +1951,7 @@ before_trg_err:
/******************************************************************************
Check that all fields with arn't null_fields are used
Check that there aren't any null_fields
******************************************************************************/

Loading…
Cancel
Save