diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-07-31 10:13:01 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-07-31 17:17:33 +0200 |
commit | 4d5772c578bd336b1004084ad7925143137c8a4e (patch) | |
tree | c68e71423d6a4f13e1286f1b331e0897529fa3f4 /client/mysqlbinlog.cc | |
parent | 2721d69f792353e509056819565202483003ab3d (diff) | |
download | mariadb-git-4d5772c578bd336b1004084ad7925143137c8a4e.tar.gz |
MDEV-7810 Wrong result on execution of a query as a PS (both 1st and further executions)
Alternative fix that doesn't cause view.test crash in --ps:
Remember when Item_ref was fixed right in the constructor
and did not have a full Item_ref::fix_fields() call. Later
in PS/SP, after Item_ref::cleanup, we use this knowledge
to avoid doing full fix_fields() for items that were never
supposed to be fix_field'ed.
Simplify the test case.
Diffstat (limited to 'client/mysqlbinlog.cc')
0 files changed, 0 insertions, 0 deletions