~shubhamsomani92/drizzle/trunk-bug-995739

« back to all changes in this revision

Viewing changes to drizzled/ha_commands.cc

  • Committer: Continuous Integration
  • Date: 2013-03-07 03:15:07 UTC
  • mfrom: (2630.1.7 create-tmp-table)
  • Revision ID: ci@drizzle.org-20130307031507-bqgrashrp5m3fw8x
Merge lp:~stewart/drizzle/misc-cleanups Build: jenkins-Drizzle-Builder-175

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
KEY_CREATE_INFO default_key_create_info;
46
46
 
47
 
const char *ha_row_type[] = 
48
 
{
49
 
  "", "FIXED", "DYNAMIC", "COMPRESSED", "REDUNDANT", "COMPACT", "PAGE", "?","?","?"
50
 
};
51
 
 
52
47
/**
53
48
  Register Cursor error messages for use with my_error().
54
49
*/