[MDEV-3035] LP:507279 - Compile error on Visual C++ set_var.cc Created: 2010-01-14 Updated: 2012-10-04 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Alex Budovski (Inactive) | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
5>.\set_var.cc(1204) : error C2065: 'maria_delay_key_write' : undeclared identifier The code in question references a variable that is not in scope. <maria.h> must be included, perhaps conditionally. A similar variable, myisam_delay_key_write is in scope, because <myisam.h> is included. Including the maria.h fixes the problem. |
| Comments |
| Comment by Alex Budovski (Inactive) [ 2010-01-14 ] |
|
Re: Compile error on Visual C++ set_var.cc === modified file 'sql/set_var.cc' |
| Comment by Michael Widenius [ 2010-01-14 ] |
|
[Bug 507279] Re: Compile error on Visual C++ set_var.cc Hi! >>>>> "Alex" == Alex Budovski <abudovski@gmail.com> writes: Alex> Suggested fix: Thanks, will do this. In the future we will move this variable to ha_maria.cc, but for now Regards, |
| Comment by Rasmus Johansson (Inactive) [ 2010-02-11 ] |
|
Launchpad bug id: 507279 |