~ubuntu-branches/ubuntu/utopic/mariadb-5.5/utopic-security

« back to all changes in this revision

Viewing changes to storage/maria/maria_def.h

  • Committer: Package Import Robot
  • Author(s): Otto Kekäläinen
  • Date: 2014-08-27 21:12:36 UTC
  • mfrom: (2.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20140827211236-se41hwfe4xy0hpef
* d/control: Removed Provides: libmysqlclient-dev (Closes: #759309)
* d/control: Removed Provides: libmysqld-dev with same motivation
* Re-introduced tha HPPA build patch as the upstream fix wasn't complete
* Fixed all kFreeBSD build and test suite issues
* Added Italian translation (Closes: #759813)

Show diffs side-by-side

added added

removed removed

Lines of Context:
360
360
  LEX_STRING index_file_name;
361
361
  LEX_STRING open_file_name;            /* parameter to open filename */
362
362
  uchar *file_map;                      /* mem-map of file if possible */
 
363
  LIST *open_list;                      /* Tables open with this share */
363
364
  PAGECACHE *pagecache;                 /* ref to the current key cache */
364
365
  MARIA_DECODE_TREE *decode_trees;
365
366
  /*
624
625
  PAGECACHE_FILE dfile;                 /* The datafile */
625
626
  IO_CACHE rec_cache;                   /* When cacheing records */
626
627
  LIST open_list;
 
628
  LIST share_list;
627
629
  MY_BITMAP changed_fields;
628
630
  ulong row_base_length;                /* Length of row header */
629
631
  uint row_flag;                        /* Flag to store in row header */