~ubuntu-branches/ubuntu/precise/mysql-5.5/precise-proposed

« back to all changes in this revision

Viewing changes to sql/table.h

  • Committer: Package Import Robot
  • Author(s): Dave Chiluk, Eduardo Damato
  • Date: 2014-01-09 09:44:14 UTC
  • mfrom: (18.1.5 precise-security)
  • Revision ID: package-import@ubuntu.com-20140109094414-ght3gi7yvzsyvhm5
Tags: 5.5.34-0ubuntu0.12.04.2
[ Eduardo Damato ]
Fix upstart script to account for datadir disk shortage (LP: #1121874) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
894
894
  INDEX_HINT_FORCE
895
895
};
896
896
 
 
897
/* Bitmap of table's fields */
 
898
typedef Bitmap<MAX_FIELDS> Field_map;
 
899
 
897
900
struct TABLE
898
901
{
899
902
  TABLE() {}                               /* Remove gcc warning */