mariadb/storage/innobase
Alexander Barkov 0d17c540a5 MDEV-27277 Add a warning when max_sort_length is reached
Step#1: fixing the return type of strnxfrm() from size_t to this structure:

typedef struct
{
  size_t m_output_length;
  size_t m_source_length_used;
  uint m_warnings;
} my_strnxfrm_ret_t;
2024-10-22 21:42:53 +07:00
..
btr MDEV-34823 after-merge fix 2024-09-18 07:06:35 +03:00
buf Merge 11.4 into 11.6 2024-10-03 16:09:56 +03:00
data MDEV-29694 Remove the InnoDB change buffer 2023-01-11 17:59:36 +02:00
dict Merge 11.4 into 11.6 2024-10-03 16:09:56 +03:00
eval MDEV-26938 Support descending indexes internally in InnoDB 2022-01-26 18:43:05 +01:00
fil Merge 10.11 into 11.2 2024-09-18 07:38:49 +03:00
fsp Merge '11.4' into 11.6 2024-10-03 15:59:20 +10:00
fts Merge remote-tracking branch 'origin/11.4' into 11.5 2024-07-08 12:25:04 +04:00
fut Merge branch '11.2' into 11.4 2024-05-21 19:38:51 +02:00
gis Merge branch '10.11' into 11.2 2024-09-18 10:25:16 +10:00
ha
handler MDEV-27277 Add a warning when max_sort_length is reached 2024-10-22 21:42:53 +07:00
ibuf Merge 10.6 into 10.11 2024-09-06 16:17:42 +03:00
include Merge 11.6 into 11.7 2024-10-03 18:15:13 +03:00
lock Merge 10.11 into 11.2 2024-10-03 13:24:43 +03:00
log Merge 11.6 into 11.7 2024-10-03 18:15:13 +03:00
mem MDEV-27058: Reduce the size of buf_block_t and buf_page_t 2021-11-18 17:47:19 +02:00
mtr Merge 10.11 into 11.2 2024-10-03 13:24:43 +03:00
mysql-test/storage_engine
os Merge '11.4' into 11.6 2024-10-03 15:59:20 +10:00
page Merge branch '10.11' into 11.1 2024-08-03 09:32:42 +02:00
pars MDEV-31340 Remove MY_COLLATION_HANDLER::strcasecmp() 2024-04-18 15:22:10 +04:00
que MDEV-34515: Reduce context switching in purge 2024-08-26 12:23:17 +03:00
read MDEV-34515: Contention between purge and workload 2024-08-26 12:23:06 +03:00
rem Merge 10.11 into 11.0 2024-03-28 10:51:36 +02:00
row Merge 11.4 into 11.6 2024-10-03 16:09:56 +03:00
srv Merge 11.6 into 11.7 2024-10-03 18:15:13 +03:00
sync Merge 10.6 into 10.11 2024-10-03 10:55:08 +03:00
trx Merge 11.6 into 11.7 2024-10-03 18:15:13 +03:00
unittest MDEV-34759: buf_page_get_low() is unnecessarily acquiring exclusive latch 2024-08-23 13:27:50 +03:00
ut Merge 10.6 into 10.11 2024-03-28 09:16:57 +02:00
.clang-format-old
CMakeLists.txt Merge branch '11.0' into 11.1 2024-05-13 09:52:30 +02:00
COPYING.Google
COPYING.Percona