~ubuntu-branches/ubuntu/utopic/mysql-5.6/utopic-proposed

« back to all changes in this revision

Viewing changes to include/my_base.h

  • Committer: Package Import Robot
  • Author(s): James Page, Bjoern Boschman
  • Date: 2014-07-21 14:01:12 UTC
  • mfrom: (5.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20140721140112-1yqdrd6ds8y7nt76
Tags: 5.6.19-1~exp1
[ Bjoern Boschman ]
* SECURITY UPDATE: New upstream release (LP: #1330168).
  - www.oracle.com/technetwork/topics/security/cpujul2014-1972956.html
  - CVE-2014-2484
  - CVE-2014-4258
  - CVE-2014-4260
  - CVE-2014-4238
  - CVE-2014-4233
  - CVE-2014-4240
  - CVE-2014-4214

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
 
1
/* Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
2
2
 
3
3
   This program is free software; you can redistribute it and/or modify
4
4
   it under the terms of the GNU General Public License as published by
541
541
#define HA_STATE_BUFF_SAVED     512     /* If current keybuff is info->buff */
542
542
#define HA_STATE_ROW_CHANGED    1024    /* To invalide ROW cache */
543
543
#define HA_STATE_EXTEND_BLOCK   2048
544
 
#define HA_STATE_RNEXT_SAME     4096    /* rnext_same occupied lastkey2 */
545
544
 
546
545
/* myisampack expects no more than 32 field types. */
547
546
enum en_fieldtype {