[MDEV-3660] LP:884631 - Table elimination works 5.3 release builds even if turned off Created: 2011-11-01 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Sergei Petrunia | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Table elimination works in 5.3 release builds, even if one sets @@optimizer_switch to turn it off. create table t1 (a int); set optimizer_switch='table_elimination=on'; set optimizer_switch='table_elimination=off'; |
| Comments |
| Comment by Sergei Petrunia [ 2011-11-01 ] |
|
Re: Table elimination works 5.3 release builds even if turned off #ifndef DBUG_OFF The "#ifndef DBUG_OFF" part is left since the times when table_elimination=on/off was present only in debug builds. |
| Comment by Sergei Petrunia [ 2011-11-01 ] |
|
Re: Table elimination works 5.3 release builds even if turned off |
| Comment by Rasmus Johansson (Inactive) [ 2011-12-13 ] |
|
Launchpad bug id: 884631 |