~skinny.moey/drizzle/innodb-replication

« back to all changes in this revision

Viewing changes to plugin/myisam/myisam_priv.h

  • Committer: Brian Aker
  • Date: 2010-11-08 22:35:57 UTC
  • mfrom: (1802.1.114 trunk)
  • Revision ID: brian@tangent.org-20101108223557-w3xzwp9hjjtjhtc1
MergeĀ inĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
   You should have received a copy of the GNU General Public License
13
13
   along with this program; if not, write to the Free Software
14
 
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
 
14
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
15
15
 
16
16
/* This file is included by all internal myisam files */
17
17
 
212
212
  ulong this_process;                   /* processid */
213
213
  ulong last_process;                   /* For table-change-check */
214
214
  ulong last_version;                   /* Version on start */
215
 
  ulong options;                        /* Options used */
 
215
  uint64_t options;                     /* Options used */
216
216
  ulong min_pack_length;                /* Theese are used by packed data */
217
217
  ulong max_pack_length;
218
218
  ulong state_diff_length;