Merge lp:~kalebral-deactivatedaccount/drizzle/618759 into lp:~drizzle-trunk/drizzle/development

Proposed by Lee Bieber
Status: Merged
Approved by: Monty Taylor
Approved revision: 1712
Merged at revision: 1712
Proposed branch: lp:~kalebral-deactivatedaccount/drizzle/618759
Merge into: lp:~drizzle-trunk/drizzle/development
Diff against target: 13 lines (+3/-0)
1 file modified
plugin/myisam/mi_key.cc (+3/-0)
To merge this branch: bzr merge lp:~kalebral-deactivatedaccount/drizzle/618759
Reviewer Review Type Date Requested Status
Monty Taylor Approve
Review via email: mp+32787@code.launchpad.net

Description of the change

Fix OSX build issue

To post a comment you must log in.
Revision history for this message
Monty Taylor (mordred) wrote :

Yes. This is correct.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugin/myisam/mi_key.cc'
2--- plugin/myisam/mi_key.cc 2010-02-04 08:14:46 +0000
3+++ plugin/myisam/mi_key.cc 2010-08-16 16:44:44 +0000
4@@ -23,6 +23,9 @@
5 #include <math.h>
6 #include <cassert>
7
8+using namespace drizzled;
9+using namespace std;
10+
11 #define CHECK_KEYS /* Enable safety checks */
12
13 #define FIX_LENGTH(cs, pos, length, char_length) \