mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
d1485aad0e
Multiple tablespaces for InnoDB sql_table.cc: Tell explicitly that InnoDB should retrieve all columns in CHECKSUM TABLE sql_update.cc, sql_select.cc, my_base.h: More descriptive flag name HA_EXTRA_RETRIEVE_ALL_COLS include/my_base.h: More descriptive flag name HA_EXTRA_RETRIEVE_ALL_COLS sql/sql_select.cc: More descriptive flag name HA_EXTRA_RETRIEVE_ALL_COLS sql/sql_update.cc: More descriptive flag name HA_EXTRA_RETRIEVE_ALL_COLS sql/sql_table.cc: Tell explicitly that InnoDB should retrieve all columns in CHECKSUM TABLE sql/sql_db.cc: Multiple tablespaces for InnoDB sql/ha_innodb.cc: Multiple tablespaces for InnoDB sql/mysqld.cc: Multiple tablespaces for InnoDB sql/set_var.cc: Multiple tablespaces for InnoDB sql/sql_cache.cc: Multiple tablespaces for InnoDB sql/ha_innodb.h: Multiple tablespaces for InnoDB innobase/include/btr0btr.ic: Multiple tablespaces for InnoDB innobase/include/btr0pcur.ic: Multiple tablespaces for InnoDB innobase/include/data0type.ic: Multiple tablespaces for InnoDB innobase/include/dyn0dyn.ic: Multiple tablespaces for InnoDB innobase/include/fut0lst.ic: Multiple tablespaces for InnoDB innobase/include/log0log.ic: Multiple tablespaces for InnoDB innobase/include/mach0data.ic: Multiple tablespaces for InnoDB innobase/include/mtr0log.ic: Multiple tablespaces for InnoDB innobase/include/rem0rec.ic: Multiple tablespaces for InnoDB innobase/include/ut0byte.ic: Multiple tablespaces for InnoDB innobase/include/ut0ut.ic: Multiple tablespaces for InnoDB innobase/include/buf0buf.h: Multiple tablespaces for InnoDB innobase/include/buf0lru.h: Multiple tablespaces for InnoDB innobase/include/buf0rea.h: Multiple tablespaces for InnoDB innobase/include/data0type.h: Multiple tablespaces for InnoDB innobase/include/db0err.h: Multiple tablespaces for InnoDB innobase/include/dict0boot.h: Multiple tablespaces for InnoDB innobase/include/dict0dict.h: Multiple tablespaces for InnoDB innobase/include/dict0load.h: Multiple tablespaces for InnoDB innobase/include/dict0mem.h: Multiple tablespaces for InnoDB innobase/include/fil0fil.h: Multiple tablespaces for InnoDB innobase/include/fsp0fsp.h: Multiple tablespaces for InnoDB innobase/include/ibuf0ibuf.h: Multiple tablespaces for InnoDB innobase/include/lock0lock.h: Multiple tablespaces for InnoDB innobase/include/log0log.h: Multiple tablespaces for InnoDB innobase/include/log0recv.h: Multiple tablespaces for InnoDB innobase/include/os0file.h: Multiple tablespaces for InnoDB innobase/include/page0page.h: Multiple tablespaces for InnoDB innobase/include/que0types.h: Multiple tablespaces for InnoDB innobase/include/rem0rec.h: Multiple tablespaces for InnoDB innobase/include/srv0srv.h: Multiple tablespaces for InnoDB innobase/include/srv0start.h: Multiple tablespaces for InnoDB innobase/include/sync0sync.h: Multiple tablespaces for InnoDB innobase/include/trx0sys.h: Multiple tablespaces for InnoDB innobase/include/ut0byte.h: Multiple tablespaces for InnoDB innobase/include/univ.i: Multiple tablespaces for InnoDB innobase/btr/btr0cur.c: Multiple tablespaces for InnoDB innobase/btr/btr0sea.c: Multiple tablespaces for InnoDB innobase/buf/buf0buf.c: Multiple tablespaces for InnoDB innobase/buf/buf0flu.c: Multiple tablespaces for InnoDB innobase/buf/buf0lru.c: Multiple tablespaces for InnoDB innobase/buf/buf0rea.c: Multiple tablespaces for InnoDB innobase/data/data0type.c: Multiple tablespaces for InnoDB innobase/dict/dict0boot.c: Multiple tablespaces for InnoDB innobase/dict/dict0crea.c: Multiple tablespaces for InnoDB innobase/dict/dict0dict.c: Multiple tablespaces for InnoDB innobase/dict/dict0load.c: Multiple tablespaces for InnoDB innobase/dict/dict0mem.c: Multiple tablespaces for InnoDB innobase/fil/fil0fil.c: Multiple tablespaces for InnoDB innobase/fsp/fsp0fsp.c: Multiple tablespaces for InnoDB innobase/ha/ha0ha.c: Multiple tablespaces for InnoDB innobase/ibuf/ibuf0ibuf.c: Multiple tablespaces for InnoDB innobase/log/log0log.c: Multiple tablespaces for InnoDB innobase/log/log0recv.c: Multiple tablespaces for InnoDB innobase/mach/mach0data.c: Multiple tablespaces for InnoDB innobase/mem/mem0dbg.c: Multiple tablespaces for InnoDB innobase/mem/mem0pool.c: Multiple tablespaces for InnoDB innobase/mtr/mtr0log.c: Multiple tablespaces for InnoDB innobase/os/os0file.c: Multiple tablespaces for InnoDB innobase/os/os0proc.c: Multiple tablespaces for InnoDB innobase/page/page0cur.c: Multiple tablespaces for InnoDB innobase/que/que0que.c: Multiple tablespaces for InnoDB innobase/row/row0ins.c: Multiple tablespaces for InnoDB innobase/row/row0mysql.c: Multiple tablespaces for InnoDB innobase/row/row0sel.c: Multiple tablespaces for InnoDB innobase/row/row0upd.c: Multiple tablespaces for InnoDB innobase/srv/srv0srv.c: Multiple tablespaces for InnoDB innobase/srv/srv0start.c: Multiple tablespaces for InnoDB innobase/sync/sync0rw.c: Multiple tablespaces for InnoDB innobase/sync/sync0sync.c: Multiple tablespaces for InnoDB innobase/trx/trx0sys.c: Multiple tablespaces for InnoDB innobase/trx/trx0trx.c: Multiple tablespaces for InnoDB innobase/trx/trx0undo.c: Multiple tablespaces for InnoDB innobase/ut/ut0byte.c: Multiple tablespaces for InnoDB innobase/ut/ut0ut.c: Multiple tablespaces for InnoDB
347 lines
7.3 KiB
Text
347 lines
7.3 KiB
Text
/******************************************************
|
|
The dynamically allocated array
|
|
|
|
(c) 1996 Innobase Oy
|
|
|
|
Created 2/5/1996 Heikki Tuuri
|
|
*******************************************************/
|
|
|
|
#define DYN_BLOCK_MAGIC_N 375767
|
|
#define DYN_BLOCK_FULL_FLAG 0x1000000UL
|
|
|
|
/****************************************************************
|
|
Adds a new block to a dyn array. */
|
|
|
|
dyn_block_t*
|
|
dyn_array_add_block(
|
|
/*================*/
|
|
/* out: created block */
|
|
dyn_array_t* arr); /* in: dyn array */
|
|
|
|
|
|
/****************************************************************
|
|
Gets the first block in a dyn array. */
|
|
UNIV_INLINE
|
|
dyn_block_t*
|
|
dyn_array_get_first_block(
|
|
/*======================*/
|
|
dyn_array_t* arr) /* in: dyn array */
|
|
{
|
|
return(arr);
|
|
}
|
|
|
|
/****************************************************************
|
|
Gets the last block in a dyn array. */
|
|
UNIV_INLINE
|
|
dyn_block_t*
|
|
dyn_array_get_last_block(
|
|
/*=====================*/
|
|
dyn_array_t* arr) /* in: dyn array */
|
|
{
|
|
if (arr->heap == NULL) {
|
|
|
|
return(arr);
|
|
}
|
|
|
|
return(UT_LIST_GET_LAST(arr->base));
|
|
}
|
|
|
|
/************************************************************************
|
|
Gets the next block in a dyn array. */
|
|
UNIV_INLINE
|
|
dyn_block_t*
|
|
dyn_array_get_next_block(
|
|
/*=====================*/
|
|
/* out: pointer to next, NULL if end of list */
|
|
dyn_array_t* arr, /* in: dyn array */
|
|
dyn_block_t* block) /* in: dyn array block */
|
|
{
|
|
ut_ad(arr && block);
|
|
|
|
if (arr->heap == NULL) {
|
|
ut_ad(arr == block);
|
|
|
|
return(NULL);
|
|
}
|
|
|
|
return(UT_LIST_GET_NEXT(list, block));
|
|
}
|
|
|
|
/************************************************************************
|
|
Gets the number of used bytes in a dyn array block. */
|
|
UNIV_INLINE
|
|
ulint
|
|
dyn_block_get_used(
|
|
/*===============*/
|
|
/* out: number of bytes used */
|
|
dyn_block_t* block) /* in: dyn array block */
|
|
{
|
|
ut_ad(block);
|
|
|
|
return((block->used) & ~DYN_BLOCK_FULL_FLAG);
|
|
}
|
|
|
|
/************************************************************************
|
|
Gets pointer to the start of data in a dyn array block. */
|
|
UNIV_INLINE
|
|
byte*
|
|
dyn_block_get_data(
|
|
/*===============*/
|
|
/* out: pointer to data */
|
|
dyn_block_t* block) /* in: dyn array block */
|
|
{
|
|
ut_ad(block);
|
|
|
|
return(block->data);
|
|
}
|
|
|
|
/*************************************************************************
|
|
Initializes a dynamic array. */
|
|
UNIV_INLINE
|
|
dyn_array_t*
|
|
dyn_array_create(
|
|
/*=============*/
|
|
/* out: initialized dyn array */
|
|
dyn_array_t* arr) /* in: pointer to a memory buffer of
|
|
size sizeof(dyn_array_t) */
|
|
{
|
|
ut_ad(arr);
|
|
ut_ad(DYN_ARRAY_DATA_SIZE < DYN_BLOCK_FULL_FLAG);
|
|
|
|
arr->heap = NULL;
|
|
arr->used = 0;
|
|
|
|
#ifdef UNIV_DEBUG
|
|
arr->buf_end = 0;
|
|
arr->magic_n = DYN_BLOCK_MAGIC_N;
|
|
#endif
|
|
return(arr);
|
|
}
|
|
|
|
/****************************************************************
|
|
Frees a dynamic array. */
|
|
UNIV_INLINE
|
|
void
|
|
dyn_array_free(
|
|
/*===========*/
|
|
dyn_array_t* arr) /* in: dyn array */
|
|
{
|
|
if (arr->heap != NULL) {
|
|
mem_heap_free(arr->heap);
|
|
}
|
|
|
|
#ifdef UNIV_DEBUG
|
|
arr->magic_n = 0;
|
|
#endif
|
|
}
|
|
|
|
/*************************************************************************
|
|
Makes room on top of a dyn array and returns a pointer to the added element.
|
|
The caller must copy the element to the pointer returned. */
|
|
UNIV_INLINE
|
|
void*
|
|
dyn_array_push(
|
|
/*===========*/
|
|
/* out: pointer to the element */
|
|
dyn_array_t* arr, /* in: dynamic array */
|
|
ulint size) /* in: size in bytes of the element */
|
|
{
|
|
dyn_block_t* block;
|
|
ulint used;
|
|
|
|
ut_ad(arr);
|
|
ut_ad(arr->magic_n == DYN_BLOCK_MAGIC_N);
|
|
ut_ad(size <= DYN_ARRAY_DATA_SIZE);
|
|
ut_ad(size);
|
|
|
|
block = arr;
|
|
used = block->used;
|
|
|
|
if (used + size > DYN_ARRAY_DATA_SIZE) {
|
|
/* Get the last array block */
|
|
|
|
block = dyn_array_get_last_block(arr);
|
|
used = block->used;
|
|
|
|
if (used + size > DYN_ARRAY_DATA_SIZE) {
|
|
block = dyn_array_add_block(arr);
|
|
used = block->used;
|
|
}
|
|
}
|
|
|
|
block->used = used + size;
|
|
ut_ad(block->used <= DYN_ARRAY_DATA_SIZE);
|
|
|
|
return((block->data) + used);
|
|
}
|
|
|
|
/*************************************************************************
|
|
Makes room on top of a dyn array and returns a pointer to a buffer in it.
|
|
After copying the elements, the caller must close the buffer using
|
|
dyn_array_close. */
|
|
UNIV_INLINE
|
|
byte*
|
|
dyn_array_open(
|
|
/*===========*/
|
|
/* out: pointer to the buffer */
|
|
dyn_array_t* arr, /* in: dynamic array */
|
|
ulint size) /* in: size in bytes of the buffer; MUST be
|
|
smaller than DYN_ARRAY_DATA_SIZE! */
|
|
{
|
|
dyn_block_t* block;
|
|
ulint used;
|
|
|
|
ut_ad(arr);
|
|
ut_ad(arr->magic_n == DYN_BLOCK_MAGIC_N);
|
|
ut_ad(size <= DYN_ARRAY_DATA_SIZE);
|
|
ut_ad(size);
|
|
|
|
block = arr;
|
|
used = block->used;
|
|
|
|
if (used + size > DYN_ARRAY_DATA_SIZE) {
|
|
/* Get the last array block */
|
|
|
|
block = dyn_array_get_last_block(arr);
|
|
used = block->used;
|
|
|
|
if (used + size > DYN_ARRAY_DATA_SIZE) {
|
|
block = dyn_array_add_block(arr);
|
|
used = block->used;
|
|
ut_a(size <= DYN_ARRAY_DATA_SIZE);
|
|
}
|
|
}
|
|
|
|
ut_ad(block->used <= DYN_ARRAY_DATA_SIZE);
|
|
#ifdef UNIV_DEBUG
|
|
ut_ad(arr->buf_end == 0);
|
|
|
|
arr->buf_end = used + size;
|
|
#endif
|
|
return((block->data) + used);
|
|
}
|
|
|
|
/*************************************************************************
|
|
Closes the buffer returned by dyn_array_open. */
|
|
UNIV_INLINE
|
|
void
|
|
dyn_array_close(
|
|
/*============*/
|
|
dyn_array_t* arr, /* in: dynamic array */
|
|
byte* ptr) /* in: buffer space from ptr up was not used */
|
|
{
|
|
dyn_block_t* block;
|
|
|
|
ut_ad(arr);
|
|
ut_ad(arr->magic_n == DYN_BLOCK_MAGIC_N);
|
|
|
|
block = dyn_array_get_last_block(arr);
|
|
|
|
ut_ad(arr->buf_end + block->data >= ptr);
|
|
|
|
block->used = ptr - block->data;
|
|
|
|
ut_ad(block->used <= DYN_ARRAY_DATA_SIZE);
|
|
|
|
#ifdef UNIV_DEBUG
|
|
arr->buf_end = 0;
|
|
#endif
|
|
}
|
|
|
|
/****************************************************************
|
|
Returns pointer to an element in dyn array. */
|
|
UNIV_INLINE
|
|
void*
|
|
dyn_array_get_element(
|
|
/*==================*/
|
|
/* out: pointer to element */
|
|
dyn_array_t* arr, /* in: dyn array */
|
|
ulint pos) /* in: position of element as bytes
|
|
from array start */
|
|
{
|
|
dyn_block_t* block;
|
|
ulint used;
|
|
|
|
ut_ad(arr);
|
|
ut_ad(arr->magic_n == DYN_BLOCK_MAGIC_N);
|
|
|
|
/* Get the first array block */
|
|
block = dyn_array_get_first_block(arr);
|
|
|
|
if (arr->heap != NULL) {
|
|
used = dyn_block_get_used(block);
|
|
|
|
while (pos >= used) {
|
|
pos -= used;
|
|
block = UT_LIST_GET_NEXT(list, block);
|
|
ut_ad(block);
|
|
|
|
used = dyn_block_get_used(block);
|
|
}
|
|
}
|
|
|
|
ut_ad(block);
|
|
ut_ad(dyn_block_get_used(block) >= pos);
|
|
|
|
return(block->data + pos);
|
|
}
|
|
|
|
/****************************************************************
|
|
Returns the size of stored data in a dyn array. */
|
|
UNIV_INLINE
|
|
ulint
|
|
dyn_array_get_data_size(
|
|
/*====================*/
|
|
/* out: data size in bytes */
|
|
dyn_array_t* arr) /* in: dyn array */
|
|
{
|
|
dyn_block_t* block;
|
|
ulint sum = 0;
|
|
|
|
ut_ad(arr);
|
|
ut_ad(arr->magic_n == DYN_BLOCK_MAGIC_N);
|
|
|
|
if (arr->heap == NULL) {
|
|
|
|
return(arr->used);
|
|
}
|
|
|
|
/* Get the first array block */
|
|
block = dyn_array_get_first_block(arr);
|
|
|
|
while (block != NULL) {
|
|
sum += dyn_block_get_used(block);
|
|
block = dyn_array_get_next_block(arr, block);
|
|
}
|
|
|
|
return(sum);
|
|
}
|
|
|
|
/************************************************************
|
|
Pushes n bytes to a dyn array. */
|
|
UNIV_INLINE
|
|
void
|
|
dyn_push_string(
|
|
/*============*/
|
|
dyn_array_t* arr, /* in: dyn array */
|
|
byte* str, /* in: string to write */
|
|
ulint len) /* in: string length */
|
|
{
|
|
byte* ptr;
|
|
ulint n_copied;
|
|
|
|
while (len > 0) {
|
|
if (len > DYN_ARRAY_DATA_SIZE) {
|
|
n_copied = DYN_ARRAY_DATA_SIZE;
|
|
} else {
|
|
n_copied = len;
|
|
}
|
|
|
|
ptr = (byte*) dyn_array_push(arr, n_copied);
|
|
|
|
ut_memcpy(ptr, str, n_copied);
|
|
|
|
str += n_copied;
|
|
len -= n_copied;
|
|
}
|
|
}
|