summaryrefslogtreecommitdiff
path: root/sql/gcalc_slicescan.h
diff options
context:
space:
mode:
authorAlexey Botchkov <holyfoot@askmonty.org>2011-10-14 17:57:07 +0500
committerAlexey Botchkov <holyfoot@askmonty.org>2011-10-14 17:57:07 +0500
commitc34a8ed827b3d1901c34d6f2fef21e6b77fe828e (patch)
tree542f8af873f01cf911d6ab162f47ee1cea3e30f4 /sql/gcalc_slicescan.h
parent8432284d4fe276db8fe99f434b98e3631e707146 (diff)
downloadmariadb-git-c34a8ed827b3d1901c34d6f2fef21e6b77fe828e.tar.gz
repeating calcualtions eliminated.
Diffstat (limited to 'sql/gcalc_slicescan.h')
-rw-r--r--sql/gcalc_slicescan.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/gcalc_slicescan.h b/sql/gcalc_slicescan.h
index 3655b11bc15..e5323952afe 100644
--- a/sql/gcalc_slicescan.h
+++ b/sql/gcalc_slicescan.h
@@ -467,6 +467,9 @@ public:
int x_calculated;
Gcalc_coord3 y_exp;
int y_calculated;
+ void calc_t();
+ void calc_y_exp();
+ void calc_x_exp();
};