diff options
author | Alexey Botchkov <holyfoot@askmonty.org> | 2011-10-14 17:57:07 +0500 |
---|---|---|
committer | Alexey Botchkov <holyfoot@askmonty.org> | 2011-10-14 17:57:07 +0500 |
commit | c34a8ed827b3d1901c34d6f2fef21e6b77fe828e (patch) | |
tree | 542f8af873f01cf911d6ab162f47ee1cea3e30f4 /sql/gcalc_slicescan.h | |
parent | 8432284d4fe276db8fe99f434b98e3631e707146 (diff) | |
download | mariadb-git-c34a8ed827b3d1901c34d6f2fef21e6b77fe828e.tar.gz |
repeating calcualtions eliminated.
Diffstat (limited to 'sql/gcalc_slicescan.h')
-rw-r--r-- | sql/gcalc_slicescan.h | 3 |
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(); }; |