mariadb/mysys
2023-09-30 14:12:12 +02:00
..
crc32 MDEV-25870 followup - some Windows ARM64 improvements 2023-09-24 11:20:38 +02:00
array.c Added rowid_filter support to Aria 2023-02-03 10:42:28 +03:00
base64.c
ChangeLog
charset-def.c MDEV-27009 Add UCA-14.0.0 collations 2022-08-10 15:04:24 +02:00
charset.c MDEV-30661 UPPER() returns an empty string for U+0251 in uca1400 collations for utf8 2023-02-17 17:33:27 +04:00
CMakeLists.txt MDEV-25870 followup - some Windows ARM64 improvements 2023-09-24 11:20:38 +02:00
crc32ieee.cc
errors.c MDEV-29582 post-review fixes 2023-02-10 10:45:25 +01:00
file_logger.c
get_password.c Merge branch '10.6' into 10.9 2023-08-04 08:01:06 +02:00
guess_malloc_library.c
hash.c Merge 10.6 into 10.7 2023-01-10 13:58:03 +02:00
lf_alloc-pin.c Merge commit '10.4' into 10.5 2023-07-20 11:54:52 +02:00
lf_dynarray.c
lf_hash.cc
list.c
ma_dyncol.c
mf_arr_appstr.c
mf_cache.c
mf_dirname.c
mf_fn_ext.c
mf_format.c
mf_getdate.c
mf_iocache.c
mf_iocache2.c
mf_keycache.c Merge 10.5 into 10.6 2022-09-26 14:34:43 +03:00
mf_keycaches.c
mf_loadpath.c
mf_pack.c
mf_path.c
mf_qsort.c
mf_qsort2.c
mf_radix.c cleanup: Typo fix appliccable -> applicable 2023-01-30 15:24:15 +02:00
mf_same.c
mf_sort.c cleanup: Typo fix appliccable -> applicable 2023-01-30 15:24:15 +02:00
mf_soundex.c
mf_tempdir.c
mf_tempfile.c
mf_unixpath.c
mf_wcomp.c
mulalloc.c Added detection of memory overwrite with multi_malloc 2023-02-27 19:25:44 +02:00
my_access.c
my_addr_resolve.c Merge 10.5 into 10.6 2023-04-11 16:15:19 +03:00
my_alarm.c
my_alloc.c MDEV-31606 Refactor check_db_name() to get a const argument 2023-09-13 11:04:27 +04:00
my_atomic_writes.c Merge 10.5 into 10.6 2023-04-11 16:15:19 +03:00
my_basename.c
my_bit.c
my_bitmap.c Fix write_set too 2023-08-15 10:16:12 +02:00
my_chmod.c
my_chsize.c
my_compare.c
my_compress.c Cleanup: Remove IF_VALGRIND 2022-04-25 09:40:40 +03:00
my_copy.c
my_cpu.c
my_create.c
my_default.c Merge branch '10.6' into 10.9 2023-08-04 08:01:06 +02:00
my_delete.c Merge 10.6 into 10.7 2022-12-13 18:01:49 +02:00
my_div.c
my_dlerror.c
my_error.c
my_file.c
my_fopen.c MDEV-27142 - postfix 2022-11-04 13:50:36 +01:00
my_fstream.c
my_gethwaddr.c OS detection logic in my_gethwaddr.c is backwards 2022-11-13 13:12:37 +11:00
my_getncpus.c
my_getopt.c remove GET_ADJUST_VALUE 2023-02-10 12:59:36 +02:00
my_getpagesize.c
my_getsystime.c
my_getwd.c
my_init.c MDEV-30811: Build issues on macOS 11.0 2023-03-16 16:25:57 +07:00
my_largepage.c Merge 10.6 into 10.8 2023-02-10 13:43:53 +02:00
my_lib.c MDEV-24841: More workarounds 2022-03-14 10:37:39 +02:00
my_libwrap.c
my_likely.c Merge remote-tracking branch '10.4' into 10.5 2023-03-31 21:32:41 +02:00
my_lock.c
my_lockmem.c Merge 10.6 into 10.7 2022-06-21 18:02:41 +03:00
my_malloc.c MDEV-23865 Create malloc function attribute 2023-07-12 14:22:44 +10:00
my_memmem.c
my_mess.c
my_minidump.cc
my_mkdir.c
my_mmap.c
my_new.cc
my_once.c
my_open.c
my_port.c
my_pread.c
my_pthread.c Merge 10.5 into 10.6 2022-10-25 14:25:42 +03:00
my_quick.c
my_rdtsc.c MDEV-30411: Fix my_timer_init() to match the code in as my_timer_cycles() 2023-04-27 14:42:04 +10:00
my_read.c
my_redel.c
my_rename.c Merge 10.5 into 10.6 2022-12-13 16:58:58 +02:00
my_rnd.c remove dead code 2022-07-31 14:54:37 +02:00
my_safehash.c
my_safehash.h
my_seek.c
my_setuser.c
my_sleep.c
my_static.c
my_static.h
my_symlink.c MDEV-30811: Build issues on macOS 11.0 2023-03-16 16:25:57 +07:00
my_symlink2.c
my_sync.c MDEV-381: fdatasync() does not correctly flush growing binlog file 2023-08-10 19:52:04 +02:00
my_thr_init.c fix ASAN+safemalloc builds 2023-07-04 16:37:29 +02:00
my_uuid.c
my_win_popen.cc Ensure that source files contain only valid UTF8 encodings (#2188) 2023-05-19 13:21:34 +01:00
my_wincond.c
my_winerr.c
my_winfile.c Fixes to make dbug traces from Windows easier to compare with Unix traces 2023-03-02 13:11:54 +02:00
my_winthread.c
my_wintoken.c
my_write.c
mysys_priv.h Merge 10.5 into 10.6 2022-12-13 16:58:58 +02:00
psi_noop.c Merge branch 'merge-perfschema-5.7' into 10.5 2022-08-02 09:34:15 +02:00
ptr_cmp.c
queues.c
safemalloc.c
stacktrace.c MDEV-30573 Server doesn't build with GCOV by GCC 11+ 2023-02-06 21:25:02 +11:00
string.c
test_charset.c
test_dir.c
test_thr_mutex.c
test_xml.c
testhash.c
thr_alarm.c Merge 10.5 into 10.6 2022-10-25 14:25:42 +03:00
thr_lock.c cleanup, remove dead code 2023-08-15 10:16:12 +02:00
thr_mutex.c
thr_rwlock.c
thr_timer.c MDEV-15795 Stack exceeded if pthread_attr_setstacksize(&thr_attr,8196) succeeds 2022-10-22 10:24:14 +02:00
tree.c
typelib.c
waiting_threads.c
wqueue.c