~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_extra.cc

  • Committer: Brian Aker
  • Date: 2010-09-28 06:27:36 UTC
  • mto: (1800.1.4 build)
  • mto: This revision was merged to the branch mainline in revision 1801.
  • Revision ID: brian@tangent.org-20100928062736-65a8ufnsji93fd99
Remove additional (maybe last of?) native_handle actual calls (safe_mutex is
historical and unused, so it does not count).

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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
 
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
16
#include "myisam_priv.h"
17
17
#include <drizzled/util/test.h>
303
303
      share->not_flushed= false;
304
304
    }
305
305
    if (share->base.blobs)
306
 
      mi_alloc_rec_buff(info, SIZE_MAX, &info->rec_buff);
 
306
      mi_alloc_rec_buff(info, -1, &info->rec_buff);
307
307
    break;
308
308
  case HA_EXTRA_NORMAL:                         /* Theese isn't in use */
309
309
    info->quick_mode=0;
372
372
    error= end_io_cache(&info->rec_cache);
373
373
  }
374
374
  if (share->base.blobs)
375
 
    mi_alloc_rec_buff(info, SIZE_MAX, &info->rec_buff);
 
375
    mi_alloc_rec_buff(info, -1, &info->rec_buff);
376
376
#if !defined(TARGET_OS_SOLARIS)
377
377
  if (info->opt_flag & MEMMAP_USED)
378
378
    madvise((char*) share->file_map, share->state.state.data_file_length,