Sync

最新版本 MariaDB 11.0.3

MariaDB 11.0.3

MariaDB 11.0.3
Sync 是一個完全加密,零知識的雲服務,可以很容易地存儲,共享和訪問您的文件從任何地方 - 您的隱私保證。 Sync 由 Thomas Savundra,Suhan Shan 和 Darius Antia 於 2011 年創立,開創了 Netfirms - 全球最大的網絡託管公司之一。他們想要一個簡單的方法來在線存儲和分享他們的重要文件。麻煩的是,這意味著要讓第三方服務提供商訪問他們的數據。開始使用 5 GB 的存儲空間 - 永遠免費!升級到 Sync Pro 的附加功能和空間.

Sync 功能:

100 私有云
Sync 獨特的零知識存儲平台通過提供端到端的加密保證您的隱私,只有您有權訪問密鑰。

自動備份和 sync
將文件全部歸併到一個地方,並使其在所有計算機和設備上保持同步。隨時恢復任何文件的任何版本。

從任何地方訪問
從任何地方輕鬆訪問您的文件與 Windows 和 Mac 的桌面應用程序,iPhone 和 iPad 的移動應用程序,安全和網絡.

安全地共享文件
安全地發送文件給任何人,即使他們沒有 Sync 帳戶。保持密碼保護,通知,失效日期等控制。

與團隊合作
邀請您的團隊成員一起在辦公室的文檔或遠程協作,使用多用戶管理工具,權限和訪問控制。

內置合規
確保您的公司符合數據隱私合規性要求 - 如果您在受監管的行業運營,或者在雲中存儲敏感信息,這一點非常重要.

注意:在演示版本中使用 5 GB 存儲空間.

ScreenShot

軟體資訊
檔案版本 MariaDB 11.0.3

檔案名稱 mariadb-11.0.3-winx64.msi
檔案大小
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 未分類
作者 Sync.com Inc
官網 https://www.sync.com/
更新日期 2023-08-15
更新日誌

What's new in this version:

Upgrading from MySQL:
- MariaDB now detects and converts previously incompatible MySQL partition schemes

General:
- As per the MariaDB Deprecation Policy, this will be the last release of MariaDB 11.0 for Ubuntu 18.04 LTS "Bionic" and Ubuntu 22.10 "Kinetic"
- In this release repositories for Debian 12 "Bookworm" have been added
- mariadb-dump --force doesn't ignore error as it should
- 280 Bytes lost in mysys/array.c, mysys/hash.c, sql/sp.cc, sql/sp.cc, sql/item_create.cc, sql/item_create.cc, sql/sql_yacc.yy:10748 when using oracle sql_mode
- SQL/PL package body does not appear in I_S.ROUTINES.ROUTINE_DEFINITION
- Unexpected result when combining DISTINCT, subselect and LIMIT
- ROW variables do not get assigned from subselects
- Character Sets, Data Types:
- UBSAN: null pointer passed as argument 1, which is declared to never be null in my_strnncoll_binary on SELECT ... COUNT or GROUP_CONCAT
- Possibly wrong result or Assertion `0' failed in Item_func_round::native_op
- Assertion `(length % 4) == 0' failed in my_lengthsp_utf32 on SELECT
- UBSAN: negation of -X cannot be represented in type 'long long int'; cast to an unsigned type to negate this value to itself in Item_func_mul::int_op and Item_func_round::int_op

InnoDB:
- Crashing on I/O error is unhelpful
- SIGSEGV in log_sort_flush_list() in InnoDB crash recovery
- InnoDB tables are being flagged as corrupted on an I/O bound server
- Duplicate entry allowed into a UNIQUE column
- Server Status Innodb_row_lock_time% is reported in seconds
- innochecksum dies with Floating point exception
- Add InnoDB engine information to the slow query log
- Deadlock with 3 concurrent DELETEs by unique key
- innodb protection against dual processes accessing data insufficient
- ER_DUP_KEY in mysql.innodb_table_stats upon RENAME on sequence
- Assertion `!strcmp(index->table->name.m_name, "SYS_FOREIGN") || !strcmp(index->table->name.m_name, "SYS_FOREIGN_COLS")' failed in btr_node_ptr_max_size
- InnoDB: Failing assertion: page_type == i_s_page_type[page_type].type_value
- btr_estimate_n_rows_in_range() accesses unfixed, unlatched page
- MODIFY COLUMN can break FK constraints, and lead to unrestorable dumps
- Recovery or backup failure after innodb_undo_log_truncate=ON
- Assertion 'n & PENDING' failed in fil_space_t::set_needs_flush()
- fil_node_open_file() releases fil_system.mutex allowing other thread to open its file node
- ASAN errors in dict_v_col_t::detach upon adding key to virtual column
- Purge trying to access freed secondary index page
- Freed data pages are not always being scrubbed
- InnoDB recovery hangs after reporting corruption
- !cursor->index->is_committed() in row0ins.cc after update to 10.4.13 from 10.3.21
- innodb_undo_log_truncate=ON fails to wait for purge of enough transaction history
- SET GLOBAL innodb_undo_log_truncate=ON does not free space when no undo logs exist
- innodb_read_ahead_threshold (linear read-ahead) does not work
- InnoDB recovery and mariadb-backup --prepare fail to report detailed progress
- fil_ibd_create() may hijack the file handle of an old file
- innodb_undo_log_truncate=ON recovery results in a corrupted undo log
- Server freeze due to innodb_change_buffering and innodb_file_per_table=0
- Change buffer entries are left behind when freeing a page, causing secondary index corruption when the page is later reused

Aria:
- Various crashes upon INSERT/UPDATE after changing Aria settings
- Various crashes/asserts/corruptions when Aria encryption is enabled/used, but the encryption plugin is not loaded

Spider:
- SIGSEGV in spider_db_open_item_field and SIGSEGV in spider_db_print_item_type, on SELECT
- Spider variables that double as table params overriding mechanism is buggy

Optimizer:
- Assertion `last_key_entry >= end_pos' failed in virtual bool JOIN_CACHE_HASHED::put_record()
- Problem with open ranges on prefix blobs keys
- Equal on two RANK window functions create wrong result
- Recursive CTE execution is interrupted without errors or warnings
- Assertion `s->table->opt_range_condition_rows <= s->found_records' failed in apply_selectivity_for_table
- Inconsistency between MRR and SQL layer costs can cause poor query plan
- MAX_SEL_ARG memory exhaustion is not visible in the optimizer trace
- SHOW TABLES not working properly with lower_case_table_names=2
- Segfault on select query using index for group-by and filesort

Replication:
- Parallel Slave SQL Thread Can Update Seconds_Behind_Master with Active Workers
- ALTER SEQUENCE ends up in optimistic parallel slave binlog out-of-order
- STOP SLAVE takes very long time on a busy system
- On slave XA COMMIT/XA ROLLBACK fail to return an error in read-only mode
- Calling a function from a different database in a slave side trigger crashes

Galera:
- Node never returns from Donor/Desynced to Synced when wsrep_mode = BF_ABORT_MARIABACKUP
- Node has been dropped from the cluster on Startup / Shutdown with async replica
- KILL QUERY maintains nodes data consistency but breaks GTID sequence
- Assertion failure !lock.was_chosen_as_deadlock_victim in trx0trx.h:1065
- MariaDB stuck on starting commit state (waiting on commit order critical section)
- Assertion state() == s_aborting || state() == s_must_replay failed in int wsrep::transaction::after_rollback()
- Assertion !wsrep_has_changes(thd) || (thd->lex->sql_command == SQLCOM_CREATE_TABLE && !thd->is_current_stmt_binlog_format_row()) || thd->wsrep_cs().transaction().state() == wsrep::transaction::s_aborted failed
- Server crashes when wsrep_sst_donor and wsrep_cluster_address set to NULL
- Create temporary sequence can cause inconsistency
- Galera 4 unable to query cluster state if not primary component

MariaDB 11.0.3 相關參考資料
11.0 - MDEV-31443 InnoDB: Unable to find charset- ...

2023年6月9日 — ... 11.0.3-MariaDB-1:11.0.3+maria~ubu2204 source revision ... brew uninstall mariadb brew install [email protected] brew services start [email protected] ...

https://github.com

Download MariaDB Server

MariaDB Server is one of the world's most popular open source relational databases and is available in the standard repositories of all major Linux ...

https://mariadb.org

Image Layer Details - mariadb:11.0.3

mariadb:11.0.3 · Image hierarchy · Layers (24). arrow.

https://hub.docker.com

MariaDB 11.0.3 Changelog

2023年8月14日 — Download 11.0.3 Release Notes Changelog Overview of 11.0. Release date: 14 Aug 2023. For the highlights of this release, see the release ...

https://mariadb.com

MariaDB 11.0.3 Download

2023年8月15日 — Download MariaDB 11.0.3 for Windows PC from FileHorse. 100% Safe and Secure ✓ Free Download (32-bit/64-bit) Software Version.

https://www.filehorse.com

MariaDB 11.0.3 Release Notes

2023年8月14日 — Download 11.0.3 Release Notes Changelog Overview of 11.0. Release date: 14 Aug 2023. MariaDB 11.0 is a current short-term stable series of ...

https://mariadb.com

MariaDB 11.0.3, 10.11.5, 10.10.6, 10.9.8, 10.6.15, 10.5. ...

2023年8月14日 — The MariaDB Foundation is pleased to announce the availability of MariaDB 10.11.5, MariaDB 10.6.15, MariaDB 10.5.22 and MariaDB 10.4.31, ...

https://mariadb.org

MariaDB Foundation

2023年8月14日 — Latest MariaDB Server releases, MariaDB 11.0.3, 10.11.5, 10.10.6, 10.9.8, 10.6.15, 10.5.22, 10.4.31, now available: https://t.co/cq0xmqVuGe.

https://twitter.com

MariaDB Foundation&#39;s Post

2023年8月14日 — Latest MariaDB Server releases, MariaDB 11.0.3, 10.11.5, 10.10.6, 10.9.8, 10.6.15, 10.5.22, 10.4.31, now available: ...

https://www.linkedin.com