InnoDB cleanup. Remove empty statements i.e. extra ; characters.
This commit is contained in:
parent
da4b52432a
commit
c4b268add0
@ -734,7 +734,7 @@ fil_space_encrypt(ulint space, ulint offset, lsn_t lsn,
|
||||
uint32 dstlen;
|
||||
|
||||
if (page_compressed) {
|
||||
srclen = page_size - FIL_PAGE_DATA;;
|
||||
srclen = page_size - FIL_PAGE_DATA;
|
||||
}
|
||||
|
||||
int rc = (* my_aes_encrypt_dynamic)(src, srclen,
|
||||
|
@ -5985,7 +5985,7 @@ fil_flush(
|
||||
node != NULL;
|
||||
node = UT_LIST_GET_NEXT(chain, node)) {
|
||||
|
||||
ib_int64_t old_mod_counter = node->modification_counter;;
|
||||
ib_int64_t old_mod_counter = node->modification_counter;
|
||||
|
||||
if (old_mod_counter <= node->flush_counter) {
|
||||
continue;
|
||||
|
@ -11287,7 +11287,7 @@ ha_innobase::check_table_options(
|
||||
const bool use_tablespace, /*!< in: use file par table */
|
||||
const ulint file_format)
|
||||
{
|
||||
enum row_type row_format = table->s->row_type;;
|
||||
enum row_type row_format = table->s->row_type;
|
||||
ha_table_option_struct *options= table->s->option_struct;
|
||||
atomic_writes_t awrites = (atomic_writes_t)options->atomic_writes;
|
||||
|
||||
|
@ -7683,7 +7683,7 @@ i_s_dict_fill_sys_tablespaces(
|
||||
{
|
||||
Field** fields;
|
||||
ulint atomic_blobs = FSP_FLAGS_HAS_ATOMIC_BLOBS(flags);
|
||||
ulint page_size = fsp_flags_get_page_size(flags);;
|
||||
ulint page_size = fsp_flags_get_page_size(flags);
|
||||
ulint zip_size = fsp_flags_get_zip_size(flags);
|
||||
const char* file_format;
|
||||
const char* row_format;
|
||||
|
@ -734,7 +734,7 @@ fil_space_encrypt(ulint space, ulint offset, lsn_t lsn,
|
||||
uint32 dstlen;
|
||||
|
||||
if (page_compressed) {
|
||||
srclen = page_size - FIL_PAGE_DATA;;
|
||||
srclen = page_size - FIL_PAGE_DATA;
|
||||
}
|
||||
|
||||
int rc = (* my_aes_encrypt_dynamic)(src, srclen,
|
||||
|
@ -6052,7 +6052,7 @@ fil_flush(
|
||||
node != NULL;
|
||||
node = UT_LIST_GET_NEXT(chain, node)) {
|
||||
|
||||
ib_int64_t old_mod_counter = node->modification_counter;;
|
||||
ib_int64_t old_mod_counter = node->modification_counter;
|
||||
|
||||
if (old_mod_counter <= node->flush_counter) {
|
||||
continue;
|
||||
|
@ -11793,7 +11793,7 @@ ha_innobase::check_table_options(
|
||||
const bool use_tablespace, /*!< in: use file par table */
|
||||
const ulint file_format)
|
||||
{
|
||||
enum row_type row_format = table->s->row_type;;
|
||||
enum row_type row_format = table->s->row_type;
|
||||
ha_table_option_struct *options= table->s->option_struct;
|
||||
atomic_writes_t awrites = (atomic_writes_t)options->atomic_writes;
|
||||
|
||||
|
@ -7651,7 +7651,7 @@ i_s_dict_fill_sys_tablespaces(
|
||||
{
|
||||
Field** fields;
|
||||
ulint atomic_blobs = FSP_FLAGS_HAS_ATOMIC_BLOBS(flags);
|
||||
ulint page_size = fsp_flags_get_page_size(flags);;
|
||||
ulint page_size = fsp_flags_get_page_size(flags);
|
||||
ulint zip_size = fsp_flags_get_zip_size(flags);
|
||||
const char* file_format;
|
||||
const char* row_format;
|
||||
|
Loading…
x
Reference in New Issue
Block a user