diff options
author | Sergei Golubchik <serg@mariadb.org> | 2020-11-24 21:33:50 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2020-11-25 22:19:59 +0100 |
commit | f3b10354a97a0815d36abbfd25a5f10489a3eaab (patch) | |
tree | ba05bcba35566134ab4755901c301736c5c8647e /sql/mysqld.h | |
parent | 00f54b56b1eca3e4daf737107dd9097d9634f9ac (diff) | |
download | mariadb-git-f3b10354a97a0815d36abbfd25a5f10489a3eaab.tar.gz |
MDEV-24230 subquery on information_schema fails with error message
disable thd->count_cuted_fields when populating internal temporary
tables for I_S, because this is how SELECT works standalone.
And if the SELECT is a part of INSERT or UPDATE or RETURN or SET or
anything else that enables thd->count_cuted_fields, this counting should
only apply when storing the result of the SELECT in a field or a
variable, not when populating internal temporary tables for I_S.
Diffstat (limited to 'sql/mysqld.h')
0 files changed, 0 insertions, 0 deletions