MariaDB 10.3.36 Changelog
The most recent release of MariaDB 10.3 is:MariaDB 10.3.39 Stable (GA) Download Now
Download 10.3.36Release NotesChangelogOverview of 10.3
Release date: 15 Aug 2022
For the highlights of this release, see therelease notes.
The revision number links will take you to the revision's page on GitHub. On GitHub you can view more details of the revision and view diffs of the code modified in that revision.
Includes all fixes from MariaDB 10.2.44
Revision #faddcf3c39 2022-08-10 10:40:37 +0200
Do not check symbol returned (or not and so there is some garbadge) by mb_wc() if mb_wc() failed
Revision #122742897b 2022-06-23 12:59:31 +0200
my_safe_process: try to kill the process softly first
Revision #9ecdf860ce 2022-08-10 08:59:28 +0200
missing '
Revision #82c07fcabf 2022-08-09 14:24:53 +0200
MDEV-23149 Server crashes in my_convert / ErrConvString::ptr / Item_char_typecast::check_truncation_with_warn
Revision #47d0df6ef0 2022-08-05 21:47:02 +0200
take into account C/C specific CR_ERR_NET_WRITE error
Revision #9d4ed44cac 2022-08-04 21:24:26 +0200
remove invalid options from warning messages
Revision #50a2a8bb43 2022-08-02 18:29:58 -0500
Update docs INSTALL BINARY to mention mariadb tar file instead
Revision #f2830af16c 2022-08-07 17:07:39 -0500
Fix typos in the codebase.
Revision #195833f1b6 2022-07-28 15:29:53 +0800
refactor: remove redundant assignments
Revision #c0fe31c5dd 2022-08-08 14:00:21 +0200
fix of MDEV-12325 patch: symetric changes in sql_yacc_ora
Revision #4a53253cf9 2022-08-06 15:06:22 +0300
Fixed that sp-no-valgrind.test is disabled on valgrind builds (not runs)
Revision #a5a9fcdfe4 2022-08-05 17:57:27 +0300
MDEV-12325 Unexpected data type and truncation when using CTE
Revision #43c7f6a0f3 2022-08-04 19:41:09 +1000
MDEV-18702: mysqldump: add variable 'max-statement-time' (mtr fix)
Revision #992b510b2f 2022-08-04 10:01:24 +0200
Fix compile errors.
Revision #37a3d4467e 2022-08-03 17:55:45 +0300
MDEV-23809: Server crash in JOIN_CACHE::free ...: part #2
Revision #2cd98c95de 2022-08-03 16:07:16 +0300
MDEV-23809: Server crash in JOIN_CACHE::free or ...
Revision #f9ec9b6abb 2022-07-20 14:14:43 +0530
MDEV-27282 InnoDB: Failing assertion: !query->intersection
Revision #c2300d06f7 2022-08-01 20:52:10 -0700
MDEV-28617 Crash with INSERT...SELECT using derived table in GROUP BY clause
Revision #07a670b884 2022-08-02 11:42:20 +0200
MDEV-23097 heap-use-after-free in mysqlimport
Revision #92b0a367aa 2022-07-30 13:29:17 +1000
MDEV-26447: mysqldump to use temporary view instead of tables.
Revision #53c4e4d054 2022-07-29 16:07:42 +1000
MDEV-18702 mysqldump: add variable 'max-statement-time'
Merge Revision #5ac528a91f 2022-08-02 10:23:53 +0200 - Merge remote-tracking branch 'connect/10.3' into 10.3
Revision #e3163524ea 2020-05-18 23:52:33 +0200 *
Fix MDEV-22571 and MDEV-22572. Allow multiple ZIP table and enable using special column in them. modified: storage/connect/tabzip.cpp modified: storage/connect/tabzip.h
Revision #674197e2ff 2020-03-14 18:08:15 +0100
Disable set warnings as errors for Windows
Revision #45b9fa4a8a 2020-03-12 23:25:18 +0100
Fix compile error in tabcmg.cpp
Revision #4a8b55330c 2020-03-12 19:36:54 +0100
Resolved ha_connect.cc and CMakeLists.txt
Merge Revision #d26b4eb4c0 2020-03-12 19:16:36 +0100 - Pull new version from origin
Revision #4ba36cfa0c 2020-03-12 19:06:03 +0100 *
Fix 60637429#60637429 Import complex XML from multiple files in MariaDB Some row results are missing and replaced by the last file one. Thats because Nx and Sx column members are not reset when changing file. modified: storage/connect/tabxml.cpp modified: storage/connect/tabxml.h
Merge Revision #ce49812ec5 2019-11-24 18:19:33 +0100 - Commit conflict resolving after pulling from origin 10.3
Revision #afc21ab6d8 2019-11-23 16:11:46 +0100
Commit some changes before pulling from origin CMakeLists.txt connect.cc
Revision #672cc34cf5 2019-08-22 23:24:27 +0200
Fix change in xml2 test result
Revision #7628fd3c6e 2019-08-22 16:16:23 +0200
Include all changes made on 10.2
Revision #06b3715f26 2019-06-28 11:53:58 +0200
Record some failing test results (dir,xml,xml2)
Revision #ec4795add6 2019-06-27 17:54:28 +0200
In CONNECT version 1.6.10 NOSQL facility is enhanced by a new way to retrieve NOSQL data. In addition to files and Mongo collections, JSON as well as XML and CSV data can be retrieved from the net as answers from REST queries. Because it uses and external package (cpprestsdk) this is currently available only to MariaDB servers compiled from source.
Revision #66197aa0d5 2019-03-04 12:26:47 +0100
Typo
Revision #0a43be3929 2019-03-04 12:18:35 +0100 *
Fix MDEV-18292: CONNECT Engine JDBC not able to issue simple UPDATE statement from trigger or stored procedure Was not fixed when the same table was called several times with different modes. Fixed by checking if a new statement is compatible in the start_stmt function. It nows do the same checks than external_lock. modified: storage/connect/ha_connect.cc modified: storage/connect/ha_connect.h
Revision #990f8e8146 2019-02-03 12:34:30 +0100 *
Fix MDEV-13136: enhance CREATE SERVER MyServerName FOREIGN DATA WRAPPER to work with CONNECT engine modified: storage/connect/tabjdbc.cpp
Revision #0f388dd4d0 2019-01-27 15:10:03 +0100 *
Enable CONNECT tables to have triggers Update version number modified: storage/connect/ha_connect.cc
Revision #27fec12fae 2019-01-26 18:11:45 +0100 *
Make user and password defined in CREATE TABLE have precedence on the ones specified in a Federated Server. modified: storage/connect/tabjdbc.cpp
Revision #a4834755ec 2019-01-24 23:49:57 +0100 *
Fix MDEV-18192: CONNECT Engine JDBC not able to issue simple UPDATE statement from trigger or stored procedure modified: storage/connect/tabext.cpp modified: storage/connect/tabext.h modified: storage/connect/tabjdbc.cpp
Revision #547ce1b22a 2019-01-02 10:44:03 +0100 *
Fix a few bug mainly concerning discovery and call from OEM (and prepare new table types)
Revision #c2482c76dc 2018-12-05 19:01:37 +0100
Modified because different result on Windows and Linux
Revision #60525ad348 2018-12-05 16:36:25 +0100
Modified to avoid make index error (AVG_ROW_LENGTH=5)
Revision #4a572631aa 2018-12-04 23:26:47 +0100 *
Make PlugSubAlloc to be exportable Suppress unused parameter from PlugSubSet modified: storage/connect/global.h modified: storage/connect/plugutil.cpp modified: storage/connect/jsonudf.cpp modified: storage/connect/tabjson.cpp modified: storage/connect/user_connect.cc
Revision #28000d8141 2018-10-14 19:39:21 +0200
Restore mysql_exec.result
Revision #ad09ea0df0 2018-10-14 17:56:02 +0200 *
Implement the CHECK TABLE statement and accept REPAIR and ANALYZE modified: storage/connect/connect.cc modified: storage/connect/ha_connect.cc modified: storage/connect/ha_connect.h modified: storage/connect/tabjdbc.cpp modified: storage/connect/tabmysql.cpp modified: storage/connect/tabodbc.cpp
Revision #15194de2c2 2018-08-08 12:10:30 +0200 *
Fix MDEV-16672 Connect: Warnings with 10.0 filamtxt.cpp: DOSFAM::RenameTempFile: Change sprintf to snprintf. filamvct.cpp: VECFAM::RenameTempFile: Change sprintf to snprintf. javaconn.cpp: Add JAVAConn::GetUTFString function. Use it instead of env->GetStringUTFChars. Fix wrong identation. javaconn.h: Add GetUTFString declaration. jdbconn.cpp: Use GetUTFString function instead of env->GetStringUTFChars. jmgoconn.cpp: Use GetUTFString function instead of env->GetStringUTFChars. Fix wrong identation. jsonudf.cpp: change 139 to BMX line 4631. tabjmg.cpp: Add ReleaseStringUTF. Fix wrong identation. tabpivot.cpp: Fix wrong identation. tabutil.cpp: TDBPRX::GetSubTable: Change sprintf to snprintf. modified: storage/connect/filamtxt.cpp modified: storage/connect/filamvct.cpp modified: storage/connect/javaconn.cpp modified: storage/connect/javaconn.h modified: storage/connect/jdbconn.cpp modified: storage/connect/jmgoconn.cpp modified: storage/connect/jsonudf.cpp modified: storage/connect/tabjmg.cpp modified: storage/connect/tabpivot.cpp modified: storage/connect/tabutil.cpp
Revision #c0fd3be272 2018-06-28 23:33:02 +0200 *
Fix MDEV-16167 Cannot insert unsigned values into a VEC table modified: storage/connect/filamvct.cpp modified: storage/connect/tabvct.cpp
Revision #fa7bbe5a73 2018-05-07 00:56:45 +0200 *
Fix MDEV-15735 CONNECT [filamtxt.cpp:429]: Suspicious condition modified: storage/connect/filamtxt.cpp
Revision #182a6383cd 2022-08-01 22:00:05 +1000
MDEV-16605 Always include buf_madvise_do_dump in binaries
Revision #7fb1f919d0 2022-07-19 13:26:19 +0200
MDEV-28758: mariadb-backup copies binary logs to backup directory
Revision #5b4154373a 2022-06-28 09:42:45 +0200
only copy buffer pool dump in SST galera mode
Revision #5197519f4f 2022-06-28 09:16:31 +0200
revert mariabackup part of MDEV-27524, fix the test
Revision #6a3fbfdb2d 2022-08-01 15:15:06 +0300
MDEV-14804 innodb.update_time occasionally fails
Revision #40c2460d8c 2022-08-01 11:11:26 +0200
in INFORMATION_SCHEMA.ALL_PLUGINS match installed plugins better
Revision #8ea529ecba 2022-07-29 21:57:06 +0200
MDEV-29131 Assertion `status == 0' failed when renaming user after deleting table roles_mapping
Revision #6c7e3e5c13 2022-07-29 10:24:45 +0200
bugfix: RAND is VCOL_SESSION_FUNC
Revision #25219920f5 2022-07-29 15:41:43 +0530
MDEV-28762: recursive call of some json functions without stack control
Revision #f9315b3321 2022-07-29 07:40:00 +0200
CC 3.1 update
Revision #cbcc0101ee 2022-07-28 16:17:03 +0200
MDEV-29188 Crash in JSON_EXTRACT
Revision #4b77d38c26 2022-07-28 08:51:19 +0300
Fix GCC -Og -Wmaybe-uninitialized
Revision #15a2ff1231 2021-10-20 11:37:14 +0200
MDEV-26647 (simple_password_check) Include password validation plugin information in the error message if the SQL statement is not satisfied password policy
Revision #cc6bba008d 2021-10-20 10:21:00 +0200
MDEV-26647 (plugin name) Include password validation plugin information in the error message if the SQL statement is not satisfied password policy
Revision #0ee1082bd2 2022-07-27 14:15:14 +0300
MDEV-28495 InnoDB corruption due to lack of file locking
Revision #bd935a4106 2022-07-21 15:20:53 -0700
MDEV-29139 Crash when using ANY predicand with redundant subquery in GROUP BY clause
Revision #e8eb6d9c93 2022-07-26 16:21:15 +0200
zlib: remove redundant and generated files
Revision #bc4098582b 2022-07-18 13:38:27 +0200
MDEV-29074 GET_BIT variables crash in SET STATEMENT
Revision #0ee5cf837e 2022-07-12 09:48:59 +0200
disks plugin: check for build prerequisites properly
Revision #15a68fc255 2022-07-20 16:05:33 +0530
MDEV-29058 Assertion `index->type == 32' failed in dict_index_build_internal_fts
Revision #f076dc2f66 2022-07-05 18:21:21 +0530
MDEV-20797 FULLTEXT search with apostrophe, and mandatory words
Revision #a8a27f1edf 2022-07-26 11:03:53 +0300
Correct a bogus comment.
Revision #3bf10012e0 2022-07-26 11:00:11 +0300
MDEV-28762: Fixup for clang
Revision #19af1890b5 2022-07-19 19:06:55 +0000
Use memory safe snprintf() in Connect Engine
Revision #95eb5e5a12 2022-07-26 08:18:36 +0300
Fix clang -Wunused-but-set-variable in unit tests
Revision #5d0f75349f 2022-07-26 08:08:48 +0300
MDEV-28980: Disable the test for --embedded
Revision #555c12a541 2019-12-17 15:23:55 +0530
MDEV-21087/MDEV-21433: ER_SLAVE_INCIDENT arrives at slave without failure specifics
Revision #46ff660883 2022-07-25 14:34:44 +0530
This commit is a fixup for MDEV-28762
Revision #f1c8749f46 2022-07-25 15:58:16 +0300
Fix DBUG_ENTER/return mismatch
Revision #8aa37c264f 2022-07-25 10:28:45 +0300
MDEV-28980 InnoDB: Failing assertion: len <= MAX_TABLE_NAME_LEN
Revision #e55c3dc33f 2022-07-25 00:31:33 -0400
Fix building Connect storage engine ioapi code on OpenBSD / NetBSD / DragonFly
Revision #95989e8211 2022-07-23 19:56:08 +0530
MDEV-28762: recursive call of some json functions without stack control
Merge Revision #4bc34ef36f 2022-07-22 21:08:55 +0200 - Merge branch 'merge-zlib' into 10.3
Revision #8b6739e4e3 2022-07-22 08:32:45 +0200
1.2.12
Revision #3fb50da076 2022-07-21 15:27:25 +0200
1.2.11
Revision #7b0e68b8a2 2022-07-22 17:43:40 +0800
fix DBUG_ENTER awake_no_mutex
Revision #dbe39f14fe 2022-06-21 14:58:34 +0530
MDEV-28762: recursive call of some json functions without stack control
Revision #1848804840 2022-07-18 23:16:18 +0300
MDEV-29023 MTR hangs after multiple failures
Revision #7ca5c7d8f9 2022-07-18 23:16:18 +0300
MDEV-29023 waitpid() cleanup
Revision #1d307ed48a 2022-07-18 23:16:18 +0300
MDEV-29025 MTR doesn't print stack trace for bootstrap crashes
Revision #1bdcffb028 2022-07-18 23:16:17 +0300
MDEV-29025 Refactoring: moved out core_wanted() out of mysql-test-run.pl
Revision #e9be5428a2 2022-07-18 23:16:17 +0300
MDEV-28931 MTR prints detailed stack trace unconditionally
Revision #220fb6797b 2022-07-18 23:16:17 +0300
MDEV-28931 Debugger.pm readability fix
Revision #ce7820eb83 2022-07-18 23:16:17 +0300
MDEV-28931 --verbose option is too verbose
Revision #83f7d25c44 2022-07-18 23:16:17 +0300
MDEV-28931 Cleanup: try GDB to print core first
Revision #990ddaba1e 2022-07-18 14:09:29 +0200
Windows - reduce irrelevant CMake system checks
Revision #b3f0acf510 2022-07-17 15:14:52 +0200
MDEV-27686 Moving libexecinfo out of FreeBSD / OpenBSD specific CMake code
Revision #92a3280998 2022-07-12 09:25:08 +0200
table_count was present twice in one class of LEX.
Revision #49e14000ee 2022-06-18 20:54:39 +0700
MDEV-26427 MariaDB Server SEGV on INSERT .. SELECT
Revision #02e85aeafd 2022-07-05 07:12:49 -0600
MDEV-28487: sequences not respect value of binlog_row_image with select nextval(seq_gen)
Revision #96be3fe841 2022-07-11 12:32:52 +0200
MDEV-21445 update test results
Revision #b817afaa1c 2022-07-11 21:00:18 +0300
MDEV-28689, MDEV-28690: Remove ctrl_mutex
Revision #4f62dfe676 2022-07-11 15:00:34 +0200
Revert "MDEV-28689, MDEV-28690: Incorrect error handling for ctrl_mutex"
Revision #7598ef4b26 2022-07-10 19:28:06 +0200
MDEV-28197 Linux mariadb-client build does not accept Unicode characters
Revision #0e9a255ec8 2022-07-07 22:15:42 +0300
MDEV-28871: Assert ... failed in JOIN::dbug_verify_sj_inner_tables...
Revision #66c06735a2 2022-07-07 15:14:14 +0200
MDEV-28746 Wrong error code ER_BAD_DB_ERROR for long filenames
Revision #d6e80c21d6 2022-07-06 16:36:36 +0400
MDEV-25492 BETWEEN clause returns incorrect results on quoted 64-bit ints
Revision #57f5c319af 2022-07-06 15:42:21 +0400
MDEV-21445 Strange/inconsistent behavior of IN condition when mixing numbers and strings
Revision #bdc1134dea 2022-07-06 10:28:06 +0400
MDEV-29041 Redundant truncation warning on CAST(string_column AS DECIMAL)
Revision #6313702278 2022-07-04 20:00:25 +0200
MDEV-26568 RPM logic prohibiting server major upgrade no longer works as expected
Revision #2f3f1cd05b 2021-10-13 22:45:26 +0900
MDEV-26544 Assertion `part_share->auto_inc_initialized' failed in ha_partition::get_auto_increment on INSERT
Revision #4bc7c03b5f 2022-07-04 16:49:45 +0900
MDEV-29011 Server crash in spider_db_open_item_cond with XOR operator
Revision #8c8bd4bebf 2022-07-04 19:24:58 +0200
Fix typo in appveyor.yml
Revision #990cde800a 2022-07-01 14:00:57 +0530
MDEV-28912 NON-UNIQUE FTS_DOC_ID index mistaken as FTS_DOC_ID_INDEX
Revision #7c35ad16e3 2022-07-01 13:02:43 +0300
MDEV-28389 fixup: Fix pre-GCC 10 -Wconversion
Revision #045771c050 2022-07-01 09:48:36 +0300
Fix most clang-15 -Wunused-but-set-variable
Revision #6dc1bc3a58 2022-07-01 09:34:31 +0300
Fix clang-15 -Wdeprecated-non-prototype
Revision #e34f878139 2022-06-07 18:24:02 +0530
MDEV-28706 Redundant InnoDB table fails during alter
Revision #efdbb3cf31 2022-06-28 11:38:27 +0400
A cleanup for MDEV-25243 ASAN heap-use-after-free in Item_func_sp::execute_impl upon concurrent view DDL and I_S query with view and function
Revision #5375f0b495 2022-06-22 00:56:16 +0900
MDEV-21310 AUTO_INCREMENT column throws range error on INSERT in partitioned table | Assertion `part_share->auto_inc_initialized || !can_use_for_auto_inc_init()' failed.
Revision #f339ef3f97 2022-06-27 16:00:34 +0300
MDEV-26577 InnoDB: Failing assertion: dict_tf2_is_valid(flags, flags2) during ADD COLUMN
Revision #a75ad73545 2022-06-27 14:50:00 +0300
MDEV-28389 fixup: Fix compiler warnings
Revision #c86b1389de 2022-06-27 09:49:49 +0300
MDEV-28389: Simplify the InnoDB corrupted page output
Revision #2c1aaa6664 2022-06-27 14:58:18 +0900
MDEV-28854 Disallow INSERT DELAYED on Spider table
Revision #5feb60ce18 2022-06-23 14:48:29 +0200
MDEV-22590 SIGSEGV in flush_all_key_blocks when changing key_buffer_size / ASAN: heap-use-after-free in flush_all_key_blocks
Revision #3e09c6199d 2022-06-21 13:29:45 +0200
MDEV-26562: galera-sst-mariabackup is failing due to missing xtrabackup_checkpoints
Revision #d4539426bc 2022-06-18 17:42:29 +0300
MDEV-28884: include kernel information in crashing signal handler
Revision #f299351e1c 2022-06-18 15:10:34 +0200
remove invalid test
Revision #be99d0ddb6 2022-06-17 08:40:51 +0300
Fix intermittent failures of innodb.stats_persistent
Revision #c4f65d8fed 2022-06-16 13:28:24 +0900
MDEV-21027 Assertion `part_share->auto_inc_initialized || !can_use_for_auto_inc_init()' failed in ha_partition::set_auto_increment_if_higher
Revision #f31e935c3e 2022-06-15 14:53:51 +0200
mtr: fix a race condition
Revision #2e7e89d6c9 2022-06-08 15:20:36 +0200
cleanup: move the check out of the loop
Revision #124326d810 2022-06-08 15:36:28 +0200
MDEV-28656: Inability to roll upgrade without stopping the Galera cluster
Revision #c168e16782 2022-05-23 10:39:31 +0300
MDEV-28628: Change current Debian package revision scheme
Revision #e077ce2a68 2021-10-29 19:04:53 +0900
MDEV-26127 Assertion `err != DB_DUPLICATE_KEY' failed or InnoDB: Failing assertion: id != 0 on ALTER ... REBUILD PARTITION
Revision #b59bc629c8 2022-02-08 08:57:24 +1100
MDEV-27766: connect engine; INSERT ignore option, was ignored
Revision #ace2e0301e 2022-06-09 10:43:44 +0300
MDEV-28666: Add correct 'Breaks' to make sure upgrade from 10.2 succeeds
Revision #98293130c3 2022-06-09 10:57:28 +0300
MDEV-28779: ALTER TABLE IMPORT TABLESPACE corrupts an encrypted table
Revision #2cd1edfc21 2022-06-09 13:20:37 +1000
MDEV-25577 mariadb-tzinfo-to-sql generates superfluous warnings
Revision #9c207c88c1 2022-06-03 15:08:46 +0800
mysql.server.sh fix for non-Red Hat platforms
Revision #44ab6cba76 2022-06-08 14:23:21 +0300
Cleanup: Remove unused error code DB_FORCED_ABORT
Revision #960f0344a2 2022-06-07 22:33:37 +0900
MDEV-25273: fix typo (s/strucures/structures/)
Revision #37ea077873 2022-06-07 15:49:41 +0200
main.help: flush help tables after modifying them
Revision #7c4efab903` 2022-05-19 13:58:31 +0200
Revision #19c721631e 2022-06-06 22:21:22 +0300
MDEV-28749: restore_prev_nj_state() doesn't update cur_sj_inner_tables correctly
Revision #392e744aec 2022-05-04 17:30:21 +0300
Fixed crashing when using DBUG_PUSH_EMPTY
Revision #099b9202a5 2022-06-03 10:47:34 +0300
MDEV-27697 fixup: Exclude debug code from non-debug builds
Revision #91d5fffa07 2022-06-01 11:20:47 +0300
MDEV-28719: compress_write() leaks data_mutex on error
Revision #fde99e006d 2022-06-01 11:13:15 +0300
MDEV-28716: Portability: unlink() can return EPERM instead of EISDIR
Revision #9d10b7107c 2022-05-30 13:07:21 +0300
Fixed bug in ma_loghandler.cc that could cause an assert
Revision #131c318b16 2022-05-30 13:04:14 +0300
Remove compiler warning about unused variables
Revision #863c3eda87 2022-05-30 15:49:45 +0300
MDEV-28689, MDEV-28690: Incorrect error handling for ctrl_mutex
Revision #f7137a619f 2022-05-30 19:28:44 +0900
MDEV-28599 EXCHANGE PARTITION on view causes ER_CHECK_NO_SUCH_TABLE instead of ER_WRONG_OBJECT
Revision #c4e87cb22c 2022-02-03 17:39:29 +1100
MDEV-9020: Connect issues ALTER TABLE DISABLE KEYS when inserting data
Revision #31e30329a3 2022-05-03 17:25:48 +0000
Add option --enable-cleartext-plugin to the MariaDB client
Revision #f85d488ad2 2022-05-24 20:02:54 +0800
remove obsolete fix_session_vcol_expr{,_for_read} function declarations
Revision #7fe474fe7e 2022-05-12 17:10:58 +0530
MDEV-25257 SEGV in fts_get_next_doc_id upon some INSERT
Revision #7d3d3838c1 2022-05-23 13:11:14 +0200
MDEV-28583: post-merge fixes
Merge Revision #7d5d9ead2b 2022-05-20 17:48:18 +0200 - Merge branch '10.3' into bb-10.3-release
Revision #68f0a5d008 2022-05-20 11:14:30 -0400
bump the VERSION
Revision #40d9dbb28f 2022-05-13 18:10:11 +0400
MDEV-28246 Optimizer uses all partitions after upgrade to 10.3
Revision #8881c0100e 2022-05-18 23:38:56 +0900
MDEV-14642 Assertion 'table->s->db_create_options == part_table->s->db_create_options' failed in compare_table_with_partition
Last updated
Was this helpful?