1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00

Merge 5.5 into 10.1

Null merge the MDEV-14383 fix; it affects 5.5 only.
This commit is contained in:
Marko Mäkelä 2019-09-11 08:06:53 +03:00
commit d6f0e60a67
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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
******************************************************************************/