[MDEV-759] LP:998340 - Valgrind complains on simple selects containing expression DAY(FROM_UNIXTIME(-1)) Created: 2012-05-12 Updated: 2013-01-25 Resolved: 2013-01-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.2.12, 5.1.62 |
| Fix Version/s: | 5.1.67, 5.2.14 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Igor Babaev | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
The following test case makes valgrind complain when running mariadb-5.1:
(see also bug##12634989 from mysql-trunk) The complains are like this:
Most probably we have the same problem in other versions of MariaDB |
| Comments |
| Comment by Rasmus Johansson (Inactive) [ 2012-05-12 ] |
|
Launchpad bug id: 998340 |
| Comment by Sergei Golubchik [ 2012-12-27 ] |
|
Elena, could you please check whether it applies to 5.3+ ? |
| Comment by Elena Stepanova [ 2012-12-27 ] |
|
Could not reproduce it on current MariaDB 5.3, 5.5, 10.0-base. On 5.3 tried compile-pentium-valgrind-max-no-ndb and the provided test case with different values of optimizer_switch (in case it matters): default, all OFF values, and optimizer_switch from 5.2, no valgrind warnings with either. |
| Comment by Sergei Golubchik [ 2013-01-25 ] |
|
pushed in 5.1 |