~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mf_keycache.cc

  • Committer: Brian Aker
  • Date: 2010-02-11 01:48:23 UTC
  • mfrom: (1271.5.7 unify_error)
  • Revision ID: brian@gaz-20100211014823-pr4igk2tse4yne33
Merge in Tim's error work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
*/
103
103
 
104
104
#include "config.h"
105
 
#include "drizzled/my_error.h"
 
105
#include "drizzled/error.h"
106
106
#include "drizzled/internal/my_sys.h"
107
107
#include "keycache.h"
108
108
#include "drizzled/internal/m_string.h"